Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 420 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (16 loc) · 420 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.

Quick start

Switch to required Node.js version:

nvm use

Install Node.js modules:

npm ci

Start local development server:

npm run dev

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