433 B
433 B
GMScreen Contributing
Project Setup
Dependencies
- mise-en-place globally installed
mise use
will install tools such asbun
and potentially more
Stack
- Bun (Serverside JS Runner, Server)
- LibSQL (SQLite replacement, database)
- Drizzle
- DrizzleKit
Updating Data
Data is stored in ./db.sqlite
To update it, modify the files in ./src/db
and run bun src/db/index.ts
.