diff --git a/README.md b/README.md new file mode 100644 index 0000000..5269ca6 --- /dev/null +++ b/README.md @@ -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 +```