Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 471 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 471 Bytes

Website

This website is built using Nextra, a Next.js-based site generation framework.

Build for development

We assume you ran pnpm i.

Build dependencies:

npx turbo build --filter=squiggle-website^...

Open a local dev server:

pnpm dev

Most changes are reflected live without having to restart the server.

Build static website:

npx turbo build

Clean up the build artefacts:

pnpm clean

cats