Source code of site http://nakarte.me (former http://nakarte.tk)
Install locally for development
git clone https://github.com/wladich/nakarte.git
cd nakarte
yarnCreate a dummy secrets.js file:
cp src/secrets.js.template src/secrets.jsRun dev server:
yarn startCheck code for errors:
yarn run lintSome 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