Install the dependencies:
bun i
Start the dev server:
bun run dev
Build the app for production:
bun run build