Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 708 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 708 Bytes

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.