Docs
Quick start instructions for this website (and where to edit things).
Run locally
- Install Node.js (LTS).
- Open a terminal in the project folder.
- Run
npm install - Copy
.env.exampleto.envand set a token. - Run
npm run dev - 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.