A brief description of what this project does and who it's for
This project use a monorepo structure and internally uses Lerna.
Git clone the project and create a .env file in the package/server folder. Then you can add your database URL inside :
DATABASE_URL="postgresql://postgres:example@localhost:5432/evenner?schema=public"
You can then download all the dependencies
lerna bootstrap // Download dependencies
lerna run dev --parallel
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.