Copy the env files and set them uo
cp ./backend/.env.example ./.backend/.env
cp ./frontend/.env.example ./.frontend/.env
Clean
npm run clean --workspaces
Install
npm install
Build
npm run build --workspaces
Test
npm run test --workspaces
Run
npm run dev --workspace frontend
npm run dev --workspace backend