Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 288 Bytes

File metadata and controls

20 lines (14 loc) · 288 Bytes

Getting started

Dependencies

The latest version of NodeJS. bun, pnpm, npm, or yarn. We recommend using bun.

# if using npm
npm install

# if using bun
bun install

Development Server

Start the development server on http://localhost:3000

bun run dev