Skip to content
/ comoki Public

🥗 Track what you and your friends are eating

Notifications You must be signed in to change notification settings

folkip/comoki

Repository files navigation

Comoki

https://comoki.vercel.app

Track what you and your friends are eating.

Development

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.

Deploy

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.