581 B
581 B
This project was created using create-beth-app
To open an issue: https://github.com/ethanniser/the-beth-stack
To discuss: https://discord.gg/Z3yUtMfkwa
To run:
bun install
- create a new turso database with
turso db create <name>
- get the database url with
turso db show --url <name>
- get the auth token with
turso db tokens create <name>
- (optional) create a new github developer app and get credentials
- copy
.env.example
to.env
- fill out all enviorment variables (refer to the config file to see schema)
bun db:push
bun dev