This repo generates a static site that's served by GitHub pages at https://dynamical.org.
npm install
- Edit _data/catalog.js
- Run
npm run buildto render HTML and/ornpm startto run a local development server to preview changes live.
npm run build- Commit & push the changes
- Commits on main are automatically deployed to GitHub pages