These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software.
- Git
- Node version v12.13.1
Clone the git repository on your computer
$ git clone /~https://github.com/bullypb23/pathfinding-app.git
You can also download the entire repository as a zip file and unpack in on your computer if you do not have git
After cloning the application, you need to install it's dependencies.
$ cd pathfinding-app
npm install
$ npm start
$ npm start
$ npm test
$ npm run build
$ npm run eject