Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 720 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 720 Bytes

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software.

  • Git
  • Node version v12.13.1

Install

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

Start the application

$ npm start

Available scripts

$ npm start
$ npm test
$ npm run build
$ npm run eject