Go to file
Hri7566 ec5064e493 Update id command, add basic permission stuff (no code yet), messing with mpp channel config 2023-11-10 02:07:26 -05:00
config Update id command, add basic permission stuff (no code yet), messing with mpp channel config 2023-11-10 02:07:26 -05:00
prisma Implement console service & microcommand handler for utility 2023-11-08 03:17:42 -05:00
src Update id command, add basic permission stuff (no code yet), messing with mpp channel config 2023-11-10 02:07:26 -05:00
.env.template services 2023-10-18 01:05:14 -04:00
.gitignore Remove rust 2023-10-17 02:05:30 -04:00
.prettierrc init 2023-10-16 10:09:46 -04:00
README.md Update README.md 2023-10-27 14:53:01 -04:00
bun.lockb Upgrade packages 2023-10-31 14:23:07 -04:00
bunfig.toml init 2023-10-16 10:09:46 -04:00
package.json Upgrade packages 2023-10-27 14:52:46 -04:00
tsconfig.json init 2023-10-16 10:09:46 -04:00

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.