Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 465 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 465 Bytes

Boater

A web-app for renting your boat to others.
or finding a perfect boat to rent for the weekend.

developing

Install dependancies using:

bun install

or npm install | yarn install | pnpm install


Start a development server

bun run dev

or npm run dev

building

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.