https://github.com/ppvan/bookworm
https://github.com/ppvan/bookworm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppvan/bookworm
- Owner: ppvan
- License: gpl-3.0
- Created: 2024-01-01T05:59:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T04:50:26.000Z (about 2 years ago)
- Last Synced: 2024-03-24T05:28:07.418Z (about 2 years ago)
- Language: TypeScript
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookworm
Your personal book reading tracker.
## Development
### Dependendies
> mongodb & node 18
```bash
yarn install --dev
```
```bash
yarn run dev
```