Skip to content

punixcorn/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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