Merge remote-tracking branch 'origin/master'

This commit is contained in:
muerwre 2018-08-24 12:37:28 +07:00
commit ecda809492

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# Bicycle routes map editor
Makes automated routing with OSRM and captures route screenshots.
## Installation (in case you've forgot)
```
npm i
npm start
```