Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 623 Bytes

Developing

Prerequesites

  • Node
  • nvm - recommended to install and manage node versions. See .nvmrc for current node version.
  • pnpm - node package manager
nvm use

Install dependencies

pnpm install

Run server

This is a Next.js project bootstrapped with create-next-app. First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.