Readme.md (745B)
1 [![tests status](https://github.com/wladich/nakarte/workflows/check/badge.svg)](https://github.com/wladich/nakarte/actions?query=workflow%3Atest) 2 3 Source code of site http://nakarte.me (former http://nakarte.tk) 4 5 Install locally for development 6 7 ```bash 8 git clone https://github.com/wladich/nakarte.git 9 cd nakarte 10 yarn 11 ``` 12 13 Create a dummy `secrets.js` file: 14 ```bash 15 cp src/secrets.js.template src/secrets.js 16 ``` 17 18 Run dev server: 19 ```bash 20 yarn start 21 ``` 22 23 Check code for errors: 24 ```bash 25 yarn run lint 26 ``` 27 28 Some features require keys stored in src/secrets.js. 29 In repository those keys are replaced with dummy ones. 30 31 Some of server side components: 32 https://github.com/wladich/westra_passes_for_nakarte 33 https://github.com/wladich/ElevationServer