Almanac · Chart
Getting started
From clone to a local plate in a few honest steps.
You need Node.js 20+, pnpm, and a quiet hour. The plate does not require a GPU or a key from a model vendor.
Install
pnpm install
cp .env.example .env
pnpm dev
Open http://localhost:3000. You should see the chart, the cartouche, and a header that still knows the word Pilot.
Scripts on the bench
| Script | What it does |
| --- | --- |
| pnpm dev | Local watch |
| pnpm build | Production plate |
| pnpm start | Serve the built plate |
| pnpm lint | ESLint |
| pnpm typecheck | TypeScript |
First bearing
- Read
src/lib/site.tsand put your name on the cartouche. - Walk
/blogand/docsso you know which rooms are Pilot and Almanac. - Submit
/registeronce so you see the furniture notice. Then ignore those routes until you wire a real helm.