No description
Find a file
2025-07-27 18:28:19 +02:00
assets/emoji style(asset): adding emoji assets for reproduction 2025-07-27 18:14:53 +02:00
prisma feat(db/prisma): adding the database inplementation / schema 2025-07-27 18:27:46 +02:00
src feat(cmd/deploy): adding the deploy command 2025-07-27 18:28:19 +02:00
.gitignore feat(git/ignore): adding the db, dev config, lock files 2025-07-27 18:13:30 +02:00
flake.nix build(nix/flake): init the flake build 2025-07-27 18:22:45 +02:00
package.json feat(cmd/deploy): adding the deploy command 2025-07-27 18:28:19 +02:00
README.md feat(cmd/deploy): adding the deploy command 2025-07-27 18:28:19 +02:00

dsc_bot

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.18. Bun is a fast all-in-one JavaScript runtime.