Skip to content

GIorfindel/taxi-dermistes

Repository files navigation

Build status

Gestion de taxis

Requirements

node version 4.5.0

Install

Go to the root folder and run :

npm install

Execute

cd taxi-dermistes-core
npm start

If you want a web access:

cd taxi-dermistes-web
npm start

Then go to that url in a browser.

If you want a desktop access

cd taxi-dermistes-desktop
npm start

Modify

After modifying files in taxi-dermistes-web :

npm run build

Autocomplete address

If you have an API key for google maps and want to enable autocomplete address form :

  • Uncomment the line importing maps API in taxi-dermistes/taxi-dermistes-web/src/resource/templates/layout.njk file
  • Replace "yourKey" by your API key
  • Uncomment the initialize function and the google maps event listener in the taxi-dermistes/taxi-dermistes-web/src/js/course.js file
  • Do a build of taxi-dermistes-web
by C and F

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published