Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 300 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 300 Bytes

Getting Started

To get started with this project locally, follow the instructions below.

First, install bun.js if you haven't already:

curl -fsSL https://bun.sh/install | bash

and the dependencies:

bun install

Second, run the development server:

bun dev