This simulator uses Next.js. It communicates with the Flask service (in the service folder) to simulate pathfinding.
Ensure you are in the simulator-client directory:
cd simulator-client
Install dependencies:
npm i
Run the script:
npm run dev
The simulator should be running on http://localhost:3000