Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 288 Bytes

DEVELOPMENT.md

File metadata and controls

19 lines (12 loc) · 288 Bytes

Getting started

To get started with, first install the dependencies:

bun install

Next, run the development server:

bun dev

Finally, open http://localhost:3000 in your browser to view the website.

TODO

Add more info to this doc