Getting Started
How to set up and run the site locally.
Prerequisites
- Node.js 22 (LTS)
- npm
Local development
-
Install dependencies:
make fe/install -
Start the dev server:
make fe/run-frontend -
Open
http://localhost:4321
Build and preview
make fe/build # Build static output
make fe/preview # Preview the built site locally