Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wladich/nakarte
Source code of site http://nakarte.me
https://github.com/wladich/nakarte
Last synced: 5 days ago
JSON representation
Source code of site http://nakarte.me
- Host: GitHub
- URL: https://github.com/wladich/nakarte
- Owner: wladich
- License: mit
- Created: 2016-11-05T14:09:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T19:37:49.000Z (3 months ago)
- Last Synced: 2024-08-13T22:50:38.819Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.8 MB
- Stars: 153
- Watchers: 18
- Forks: 38
- Open Issues: 183
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![tests status](https://github.com/wladich/nakarte/workflows/check/badge.svg)](https://github.com/wladich/nakarte/actions?query=workflow%3Atest)
Source code of site http://nakarte.me (former http://nakarte.tk)
Install locally for development
```bash
git clone https://github.com/wladich/nakarte.git
cd nakarte
yarn
```Create a dummy `secrets.js` file:
```bash
cp src/secrets.js.template src/secrets.js
```Run dev server:
```bash
yarn start
```Check code for errors:
```bash
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