Skip to content

Option-Zero/software-x-climate

Repository files navigation

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.