Track what you and your friends are eating.
This project uses yarn to manage dependencies.
Install the dependencies
yarn
Run in local, for this to work you will need some environment variables, check deploy.
yarn dev
For more check development.md.
Required environment variables
DB_URL=
GH_CLIENT_ID=
GH_CLIENT_SECRET=
You can get GH_CLIENT_SECRET
and GH_CLIENT_ID
by creating a
GitHub Application.
The DB_URL
variable is from PlanetScale, but any
MySQL should work.