https://github.com/frustak/koal
Manage your time & energy.
https://github.com/frustak/koal
productivty time-management todo-list
Last synced: 11 months ago
JSON representation
Manage your time & energy.
- Host: GitHub
- URL: https://github.com/frustak/koal
- Owner: frustak
- Created: 2022-10-31T14:09:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T14:59:55.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:19:51.531Z (about 1 year ago)
- Topics: productivty, time-management, todo-list
- Language: TypeScript
- Homepage: https://koal.fly.dev
- Size: 512 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koal
Manage your time & energy.
- [Development](#develpment)
- [Running locally](#running-locally)
## Development
### Running locally
Create a file named `.env` from `.env-example`.
This file has the connection string to mysql.
```bash
DATABASE_URL=file:./db.sqlite
```
Now install the project dependencies and run migrations on DB:
```bash
pnpm i
pnpx prisma db push
```
Then run the project with `pnpm dev`.