A web-app for renting your boat to others.
or finding a perfect boat to rent for the weekend.
Install dependancies using:
bun install
or npm install
| yarn install
| pnpm install
Start a development server
bun run dev
or npm run dev
Create a production version
bun run build
or npm run build
You can preview the production build with bun run preview
or npm run preview
.