Skip to content

explorable-viz/fluid-article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-deploy GitHub pages

fluid-article

Template repo for Fluid article websites, built with SvelteKit.

Creating new article

  1. Create new repository from this template
  2. In repo Workflow Permissions settings, enable:
    • Read and write permissions
    • Create and approve pull requests
  3. Once test-deploy workflow succeeds, configure GitHub Pages to deploy from gh-pages branch

Setup

Requires Node.js >= 22.

yarn install
npx install-website article
cd website/article
yarn install

Running locally

From website/article/:

yarn dev

Production-like preview:

yarn build && yarn preview

Testing

From website/article/:

yarn test

About

Template repo for Fluid article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors