npm install
cp .env.example .env
npm run devOpen http://localhost:3000/admin.
Run the local verification steps:
npm run check
npm test- Mount
data/to persistent storage in production. - Use
npm run backupbefore risky data migrations or manual maintenance. - Keep README and
.env.examplein sync with runtime behavior when changing env vars or operational flows.