Code Monkey home page Code Monkey logo

silky / greennav.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nav-e/nav-e.github.io

0.0 2.0 0.0 6.07 MB

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 tools for evaluating their algorithms.

Home Page: http://greennav.github.io

HTML 100.00%

greennav.github.io's Introduction

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. Checkout source branch first to make changes! Then install dependencies.

    cd  greennav.github.io
    git checkout source  # Important !!!
    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. Remember that you are still on source branch. That's fine! If we will accept your PR, we will publish your changes to master branch.


Note: The following instructions are only relevant for members with write access to the repository!

Build and Deploy

  • If you are done and satisfied with your work commit and push your changes.

  • Build the documentation with:

    gatsby build --prefix-links
  • The project will now build to public directory. Remember that you are still on source branch. That's fine! All you have to do now is to move the content of public to the root of the master branch and commit and push again (now from master branch). That's it.

greennav.github.io's People

Contributors

flow42 avatar marksurnin avatar maxlorenz avatar schoenfr avatar sitaramshelke avatar tom3012 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.