Skip to content

00app/00-ULM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

307 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Zero

Mobile-first web app for understanding and reducing everyday impact on money, energy, carbon, and home life (UK-first, postcode-driven).


Quick start

npm install
cp .env.example .env.local   # DATABASE_URL, GEMINI_API_KEY, etc. — never commit .env.local
npm run init-db
npm run dev                  # http://127.0.0.1:3000 (see package.json for :3030 / :3001 variants)

Open http://127.0.0.1:3000 when using default npm run dev.

Verify: npm run verify · Build: npm run build · Deploy: npm run deploy (auto-promote) · Staged fix: npm run promote

Dev stack: npm run dev:pipeline-ready · Hermes: npm run hermes:ping

Typecheck: npm run check · E2E: npm run test:e2e

Documentation: all product docs live under docs/ — start at docs/HANDBOOK.md or docs/README.md (full index).


Connections

  • NeonDATABASE_URL
  • GeminiGEMINI_API_KEY
  • GitHub ↔ Vercel (push to deploy)

Security

Never commit .env.local. Run npm run audit. Details: docs/HANDBOOK.md → Security.

About

use less more

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors