An extremely shiny React app starter featuring:
To use this template as intended, you'll need all the following installed:
asdf plugin add bun
)asdf install
)brew install --cask chromedriver --no-quarantine
)All of the above assumes macOS. Where I've not included links to installation, please refer to a search engine for the relevant instructions for your machine.
bun run setup
bun run dev
I deploy this to Fly.io, so these instructions will be specific. I've intentionally not included the autogenerated fly.toml
file in this repository so you can generate it yourself:
flyctl launch
from the root directory and follow the prompts.flyctl deploy
.Note that flyctl launch
will also generate a GitHub Action for deployment. Be sure to note down the FLY_API_TOKEN
and save it to your repo action secrets if you'd like to automate deployments this way.