nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 93abed5c55091c18d4b5d2a6de6d7ac89afa9af9
parent ce527a6bd6cb53010803f054d7bb2866332193e5
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Mon,  6 Mar 2017 02:47:10 +0300

added readme

Diffstat:
AReadme.md | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/Readme.md b/Readme.md @@ -0,0 +1,21 @@ +Source code of site http://nakarte.tk + +Install locally for development + +```bash +git clone git://github.com/wladich/nakarte +cd nakarte +npm install +``` + +Run dev server: +```bash +npm start +``` + +Some features require keys stored in src/secrets.js. +In repository those keys are replaced with dummy ones. + +Some of server side components: +https://github.com/wladich/westra_passes_for_nakarte +https://github.com/wladich/ElevationServer +\ No newline at end of file