/portfolio

personal portfolio

Primary LanguageJavaScript

portfolio

🛠 set-up

  1. Install the dependencies

    npm install
  2. Start the development server

    npm run start

🚀 build and run for production

  1. Generate a full static production build
  • gitpages
npm install gh-pages
npm run deploy
  • others
npm run build