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 installThen:
pnpm devAnd open localhost:3930 in your browser and the Next app should be running.
Build for production
pnpm buildLint and check types
pnpm lint
pnpm format
pnpm typecheck