Hri7566 cb4c84f932 | ||
---|---|---|
config | ||
prisma | ||
src | ||
.env.template | ||
.gitignore | ||
.prettierrc | ||
README.md | ||
bun.lockb | ||
bunfig.toml | ||
package.json | ||
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.