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.
- Bun v1
Install dependencies:
bun i
Start local development server:
bun run dev
Open http://localhost:3000 in the browser.