Skip to content

Latest commit

 

History

History
88 lines (51 loc) · 1.17 KB

README.md

File metadata and controls

88 lines (51 loc) · 1.17 KB

Path2

Find your way easily and some clicks with this app.

Path2 is a project, initially, mobile and later web, to find taxi roads that will lead you to your destination.

Let yourself be carried away by Path2 and have a good trip

Badges

MIT License

Acknowledgements

Run Locally

Clone the project

  git clone https://github.com/DumiJDev/path2.git

Go to the project directory

  cd path2

Install dependencies with npm

  npm install

Install dependencies with yarn

  yarn

Start the server with npm

  npm run start

Start the server

  yarn start

Running Tests

To run tests, run the following command

npm

  npm run test

Yarn

  yarn test

License

MIT

Authors