Skip to content

Quickstart

Prerequisites

  1. Check Node version

Verify that your Node version matches .nvmrc. If it doesn't, use NVM to switch to the correct version.

  1. Install NPM
bash
npm i
  1. Copy Env file to local
bash
cp .env.example .env

Startup Project

bash
npm run dev

Or use custom CLI:

bash
npm run dev:adv

Run TypeScript Type Checking

Run type checking for the entire project

bash
npm run type-check

Run ESLint Check And Formatting

bash
npm run lint:eslint-fix

Developerment Tools

IDE

We recommend using VSCode for development

Extensions

We recommend these VSCode extensions to enhance your development workflow and experience:

For a complete list of recommended VSCode extensions, check .vscode/extensions.json