Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.77 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.77 KB

PFE Ember.

This project, in charge for the city of Angers in France, was made for a PFE, a graduation project. It is a cyclist route calculator, to be put in the app of the city of Angers later. The server side use OSRM, and the client side use Ember and Leaflet to properly make the route calculator.

⚠️ After we see OSRM was not a good solution for a cycling routing machine, we use another repository. You can get it here. ➡️

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd path-editor
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links