Repository for my personal homepage.
Note: The blog is hosted in a separate repository for the time being.
- Setup node modules (must-do upon clone):
npm install
- Refresh SCSS after new component imports:
npm run prepare
- Localhost testing:
npm run dev
- Build:
npm run build
- Deploy:
npm run deploy