Template repo for Fluid article websites, built with SvelteKit.
- Create new repository from this template
- In the repo, go to 'Settings' and from the left-hand side select 'Actions → General'. Scroll to 'Workflow Permissions' and:
- Select 'Read and write permissions'
- Tick 'Allow GitHub Actions to create and approve pull requests'
- Click 'Save'
- Configure GitHub pages from 'Settings → Pages' then under 'Build and deployment' set the 'Source' to be 'GitHub Actions'.
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