Skip to content

Commit

Permalink
readme: add content
Browse files Browse the repository at this point in the history
  • Loading branch information
bucherfa committed Oct 31, 2020
1 parent b69da37 commit ca82e72
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 14 deletions.
Binary file added .readme/balance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme/preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme/routes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme/setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .readme/vehicles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 30 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,47 @@
# 🚴🌳 Green Traveller

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
![Green Traveller Logo](src/assets/icons/android-chrome-192x192.png)

## Current State
| [Landing Page](https://green-traveller.github.io/) | [App](https://green-traveller.github.io/web/) |
| --- | --- |

[Develop Branch](https://green-traveller.github.io/web/).
## Features

## Development server
## Screenshots

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
<img src=".readme/setup.png" alt="Setup View" width="200">
<img src=".readme/search.png" alt="Search View" width="200">
<img src=".readme/result.png" alt="Results View" width="200">
<img src=".readme/routes.png" alt="Routes View" width="200">
<img src=".readme/balance.png" alt="Balance View" width="200">
<img src=".readme/preferences.png" alt="Preferences View" width="200">
<img src=".readme/vehicles.png" alt="Vehicles View" width="200">

## Code scaffolding
## Usage

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
### Setup

## Build
You need `node.js` installed in your environment.
Run `npm install` to install the dependencies.
To have all features available place a `.config.json` file in the root folder of the project with the following content:

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
```
{
"keys": {
"dev": "<Your Google Maps API Key>"
}
}
```

## Running unit tests
### Development

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Running end-to-end tests
### Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help
### Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 comments on commit ca82e72

Please sign in to comment.