Personal website and online presence.
Built with Node.js, optimized for fast iteration locally and simple deployment.
This project powers my personal site, including public-facing pages and live presence data. It is designed to be minimal, readable, and easy to maintain without unnecessary abstraction.
You must have the following installed:
Download from: https://nodejs.org/en
Recommended version: 18.x or newer
Verify:
node -v
npm -vDownload from: https://git-scm.com/downloads
Verify:
git --version-
Clone the repository
git clone https://github.com/huntiezz/portfolio.git
-
Enter the project directory
cd YOUR_REPO_NAME -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser and navigate to:
http://localhost:3070
-
Build the project
npm run build
-
Start the production server
npm run start
-
Initialize a git repository (if not already initialized)
git init
-
Commit the source
git add . git commit -m "Initial commit"
-
Push to your hosting provider Compatible with platforms such as Vercel, Railway, or a VPS.
- Node.js must be installed before running
npm install - If dependencies break, delete
node_modulesand reinstall - Designed to stay simple and extensible
lukky.rip