Template repo for Fluid article websites, built with SvelteKit.
- Create new repository from this template
- In repo Workflow Permissions settings, enable:
- Read and write permissions
- Create and approve pull requests
- Once
test-deployworkflow succeeds, configure GitHub Pages to deploy fromgh-pagesbranch
Requires Node.js >= 22.
yarn install
npx install-website article
cd website/article
yarn installFrom website/article/:
yarn devProduction-like preview:
yarn build && yarn previewFrom website/article/:
yarn test