Skip to content

Option-Zero/option-zero-website

Repository files navigation

option-zero-website

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

Getting Started

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.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

If pnpm complains that the installed pnpm version does not match the package-lock version, run:

corepack install pnpm@*

Linting

This package includes .vscode directives for installing extentions that will apply linting rules automatically. Alternately, you can run them manually:

pnpm eslint . --fix
pnpm prettier . --write