Note
This is still a work in progress. Don't judge it too harshly!
-
Install the dependencies
npm ci
-
Start the dev server
npm run dev
-
Build the site for production
npm run build
-
Preview the final build
npm run serve
-
Deploy to GitHub Pages
npm run deploy