Prerequisites

be sure you got node 21* . if you have nvm installed, enter in the project directory and run:

fnm use

Install it

npm i

The dev mode:

in three different terminals run

  1. Terminal 1: Development mode

    npm run dev
  2. Terminal 2: Type checking

    npm run typecheck:watch
  3. Terminal 3: Testing

    npm run test:watch