Make sure to install the dependencies:
Install bun from here: https://bun.sh/
then:
# 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