Static website built with svelte and deployed to github pages.
This is how we created this source
Following getting-started
npx sv create pgdu.org
cd pgdu.org
npm install
npm run dev
Lets use static site generation adapter-static
The deploy.yml
in svelte docs had odd issues so instead used vite-github-pages
To test build locally:
npm run build
npm run preview
To update the site just push to the branch main
. Likely we should do this by creating a PR (Pull Request).