Skip to content

Repository files navigation

Personal Website

Views Stars Commits Contributors
Language

Personal website and online presence.
Built with Node.js, optimized for fast iteration locally and simple deployment.


About

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.


Requirements

You must have the following installed:

Node.js

Download from: https://nodejs.org/en

Recommended version: 18.x or newer

Verify:

node -v
npm -v

Git

Download from: https://git-scm.com/downloads

Verify:

git --version

Local Development

  1. Clone the repository

    git clone https://github.com/huntiezz/portfolio.git
  2. Enter the project directory

    cd YOUR_REPO_NAME
  3. Install dependencies

    npm install
  4. Start the development server

    npm run dev
  5. Open your browser and navigate to:

    http://localhost:3070
    

Build and Run (Production)

  1. Build the project

    npm run build
  2. Start the production server

    npm run start

Deployment

  1. Initialize a git repository (if not already initialized)

    git init
  2. Commit the source

    git add .
    git commit -m "Initial commit"
  3. Push to your hosting provider Compatible with platforms such as Vercel, Railway, or a VPS.

Notes

  • Node.js must be installed before running npm install
  • If dependencies break, delete node_modules and reinstall
  • Designed to stay simple and extensible

lukky.rip

Releases

Packages

Contributors

Languages