Go to file
Hri7566 6b6653020c Regenerate config 2023-12-02 17:24:06 -05:00
config Regenerate config 2023-12-02 17:24:06 -05:00
prisma Add balance system 2023-12-02 16:54:39 -05:00
src Cleanup 1 2023-12-02 17:21:01 -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 Change command permissions and modify help to read permissions 2023-12-01 23:44:04 -05:00
bunfig.toml init 2023-10-16 10:09:46 -04:00
package.json Change command permissions and modify help to read permissions 2023-12-01 23:44:04 -05: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.