Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demoorjasper/pitstop
Walk routing app for CityHacks Hackaton
https://github.com/demoorjasper/pitstop
hackaton routing walking
Last synced: about 1 month ago
JSON representation
Walk routing app for CityHacks Hackaton
- Host: GitHub
- URL: https://github.com/demoorjasper/pitstop
- Owner: DeMoorJasper
- License: mit
- Created: 2017-11-24T08:26:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T18:41:04.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T08:44:52.789Z (2 months ago)
- Topics: hackaton, routing, walking
- Language: JavaScript
- Homepage: http://cityhacks.be/
- Size: 74.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# CityHacks 24-HOUR HACKATON
Pitstop project for the CityHacks hackaton, this project is about creating a routing application for senior citizens.## Requirements
Node.js (v8.x)### Commands
To install all dependencies (required before running any of the other commands).
```
$ npm install
```
#### Root directory
Start the api server
```
$ npm start
```
run the dataparser
```
$ npm run parsedata
```
#### Front-end directory
Start the application in developer mode (this will also open the project in the default browser).
```
$ npm run dev
```
Start the application in release mode.
```
$ npm start
```
Build the app for deployment
```
$ npm run prebuild
$ npm run build
```## Contributing
If you're looking to contribute, we are always intrested in more contributors
#### Contributors
* Jasper De Moor [@DeMoorJasper](https://github.com/DeMoorJasper)
* Gilles Vinckier [@VinckierGilles](https://github.com/VinckierGilles)## License
This code is copyrighted by [Jasper De Moor](https://github.com/DeMoorJasper) and released under the MIT license.