TODO:
References:
Start a development server:
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app:
npm run build
Fix build/index.html
to use relative path due to bug in Svelte's static adapter
href="/internal"
to href="./internal"
Then:
npx gh-pages -d build -t true