Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 429 Bytes

Koal

Manage your time & energy.

Development

Running locally

Create a file named .env from .env-example. This file has the connection string to mysql.

DATABASE_URL=file:./db.sqlite

Now install the project dependencies and run migrations on DB:

pnpm i
pnpx prisma db push

Then run the project with pnpm dev.