Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.06 KB

Cookware

A recipe manager app built on the AT Protocol.

GitHub License GitHub Issues or Pull Requests GitHub branch status


Requirements

  • Node.js 22.x LTS
  • pnpm
  • A Turso database
  • Maybe Docker?

Services

  • api: Runs the API server and hosts the SPA in production
  • ingester: Ingests ATProto records from a Jetstream source independently of the API process.
  • web: React SPA, hosted by the API in production.