Copy .env
and create a .env.local
.
Make sure to add the correct values for the env variables.
Make sure to install the dependencies:
# bun
bun install
Start the development server on http://localhost:3000
:
# bun
bun run dev
Build the application for production:
# bun
bun run build
Locally preview production build:
# bun
bun run preview