# 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 locally: 1. `bun install` 2. create a new turso database with `turso db create ` 3. get the database url with `turso db show --url ` 4. get the auth token with `turso db tokens create ` 5. (optional) create a new github developer app and get credentials 6. copy `.env.example` to `.env` 7. fill out all enviorment variables (refer to the config file to see schema) 8. `bun db:push` 9. `bun dev` ### To deploy to fly.io 1. Install the [Fly CLI](https://fly.io/docs/hands-on/install-flyctl/) 2. Run `fly launch` 3. Run `fly secrets set =` (probably want to set `NODE_ENV` to `"production"`) 4. Run `fly deploy`