Skip to content

Green Navigation is a prototypic system to compute energy-optimal routes and to predict the crusing range of electric vehicles. This repository contains the frontend and visualization tool for accessing the routing service. The aim of the project is both to provide users with optimal routes for electric vehicles and to provide researches with to…

Notifications You must be signed in to change notification settings

tom3012/greennav.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green Navigation Docs

Installation Instructions

  • Clone this repository or download it as a .zip file and unzip.

  • Install gatsby (Python v2 is required!):

    npm install -g gatsby
  • Go to repo directory and install dependencies.

    cd  greennav.github.io
    npm install
  • Start gatsby server:

    gatsby develop
  • Open site in browser at localhost:8000 and make your changes.

Edit Documentation

  • Each page is in its own markdown file in the pages directory. If you want to make changes to a page, just edit the corresponding Markdown file.

  • There are three main categories:

    • docs
    • development
    • news
  • To add a new page, create a new markdown file in the corresponding pages directory.

  • With gatsby it is also possible to write html, js or even json code to present content. For further information go to GatsbyJS-Docs

  • Note that the documentation repo is ready for material-ui! So if you want to use any component, do it!

  • After editing any content make a pull-request. We are using Netlify to automatically deploy our documentation, so if your PR is accepted you should see your changes briefly.

About

Green Navigation is a prototypic system to compute energy-optimal routes and to predict the crusing range of electric vehicles. This repository contains the frontend and visualization tool for accessing the routing service. The aim of the project is both to provide users with optimal routes for electric vehicles and to provide researches with to…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 11.1%