chocola-mint.github.io

Repository for my personal homepage.

Note: The blog is hosted in a separate repository for the time being.

Notable dependencies

Development

  • Setup node modules (must-do upon clone): npm install
  • Refresh SCSS after new component imports: npm run prepare
  • Localhost testing: npm run dev

Deployment

  1. Build: npm run build
  2. Deploy: npm run deploy