• Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 8 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source code of site http://nakarte.me

tests status

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
yarn

Create a dummy secrets.js file:

cp src/secrets.js.template src/secrets.js

Run dev server:

yarn start

Check code for errors:

yarn run lint

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