/Portfolio

This is my personal portfolio built from scratch

Primary LanguageHTMLMIT LicenseMIT

Portfolio

image

🛠 Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    npm install
  3. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Run production build on local

    npm run watch