be sure you got node 21* . if you have nvm installed, enter in the project directory and run:
fnm use
npm i
in three different terminals run
-
Terminal 1: Development mode
npm run dev
-
Terminal 2: Type checking
npm run typecheck:watch
-
Terminal 3: Testing
npm run test:watch