Books About Food
Beautifully designed cookbooks and the people making them.
Learn more »
To get a local copy up and running, please follow these simple steps.
- Node.js (Version: >=20.x)
- PostgreSQL
- NPM
-
Copy
.env.exampleto.envand fill in the missing values. -
Run
npm run devto start the development server.
- Frontend →
http://localhost:5000 - Admin Panel →
http://localhost:5000/admin - Inngest dev server →
http://localhost:8288
The end to end tests in e2e/tests are run on merge to main against a production preview deployment. These require a production-equivalent environment to pass.
Run npx playwright install chromium to download a test browser.
The application is deployed to Vercel.