Edu
Starting Up
After cloning the repo. In a terminal in the repo. You may use npm or pnpm
$ npm install pnpm
$ pnpm i
Run
$ npm run dev
# for the SCSS compilers (global/atomic)
$ npm run sass:global
# build
$ npm run build
Deploy
This command uses gh-pages
to build and deploy the build folder to gh-pages folder
$ npm run deploy
For details on how SvelteKit is hosted to gh-pages Read More.
Go to Point your web browser to http://localhost:5000