Copy the env files and set them uo
cp ./backend/.env.example ./.backend/.env
cp ./frontend/.env.example ./.frontend/.envBuild
npm install
npm run buildTest
npm run test --workspacesRun
npm run dev --workspace backend
npm run dev --workspace frontend