You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# update env variables
mv .env.example .env
# install dependencies
bun install
# setup required tools
bun run setup
# run locally
bun run dev
# open locally
open 'http://localhost:3000'