Get started

Prerequisites

  • Basic knowledge of Git, Node, TypeScript, React, Next.js.
  • Git, Node and pnpm are installed.

Start development

Run the following command to install the dependencies required by all sub-packages:

pnpm install

Then:

pnpm dev

And open localhost:3930 in your browser and the Next app should be running.

Build for production

pnpm build

Lint and check types

pnpm lint
pnpm format
pnpm typecheck