Go to file
Hri7566 556a1e4ad8 Update memory command text 2023-12-01 23:00:35 -05:00
config Finish roles 2023-12-01 22:57:37 -05:00
prisma Implement console service & microcommand handler for utility 2023-11-08 03:17:42 -05:00
src Update memory command text 2023-12-01 23:00:35 -05:00
.env.template
.gitignore
.prettierrc
README.md Update README.md 2023-10-27 14:53:01 -04:00
bun.lockb Update packages 2023-12-01 20:39:49 -05:00
bunfig.toml
package.json Upgrade packages 2023-10-27 14:52:46 -04:00
tsconfig.json

README.md

supercosmic

To install dependencies:

bun install

Copy envorionment variables:

cp .env.template .env

To run:

bun run src/index.ts

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