Go to file
Hri7566 8296e6942f Start economy stuff 2023-10-27 22:13:39 -04:00
config Start economy stuff 2023-10-27 22:13:39 -04:00
prisma Change prisma schema 2023-10-27 14:52:54 -04:00
src Start economy stuff 2023-10-27 22:13:39 -04: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-27 14:52:46 -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.