Docs

Quick start instructions for this website (and where to edit things).

Run locally

  1. Install Node.js (LTS).
  2. Open a terminal in the project folder.
  3. Run npm install
  4. Copy .env.example to .env and set a token.
  5. Run npm run dev
  6. Open http://localhost:3000

Edit content

Open /admin.html then paste your token and edit text/pricing/FAQ.

Content is stored at data/content.json (server) and mirrored to public/content.json for fallback.