Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Files

Latest commit

8b449e8 · Feb 23, 2024

History

History

simulator-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 23, 2024
Feb 23, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Feb 23, 2024
Feb 23, 2024
Feb 8, 2024
Feb 8, 2024
Feb 23, 2024
Feb 8, 2024
Feb 23, 2024
Feb 8, 2024
Feb 8, 2024

Algo Simulator

This simulator uses Next.js. It communicates with the Flask service (in the service folder) to simulate pathfinding.

Setup:

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