Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 856 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 856 Bytes

GitHub Profile Visualizer

deploy status

Application Demo

🚀 Quick start

  1. Install Node.js using NVM.

    nvm install node
  2. Install dependencies

    npm install
  3. Start development sever Your site is now running at http://localhost:3000!

    npm run start

💫 Build and Deploy for Production

  1. Build a optimized version for production
    npm run build
  2. Preview the site as appeared when deploying
    npm run serve