This app simulates the capture of a fugitive by 3 cops choosing different cities and vehicles.
- Clone the repository.
- Use command
npm install pnpm -g
if your system doesn't have pnpm installed. - Navigate to the backend directory and run
pnpm install
. - Start the backend server using
pnpm start
. - Navigate to the frontend directory and run
pnpm install
. - Start the frontend server using
pnpm run dev
.
- Cops must select different cities.
- Vehicles must have enough range for a round trip.
- The backend simulates the fugitive's location randomly.
- Build the frontend using
pnpm run build
.