Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 408 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (14 loc) · 408 Bytes

Development

The repository uses Next.js framework, so once you have some familiarity with it, it should be easy to work with this repository in general.

Pre-requisites

Quick start

Install dependencies:

bun i

Start local development server:

bun run dev

Open http://localhost:3000 in the browser.