https://github.com/timsusa/yamap
Yet another map... serves for the javascript-api from "here!" as an google.maps alternative
https://github.com/timsusa/yamap
Last synced: about 1 year ago
JSON representation
Yet another map... serves for the javascript-api from "here!" as an google.maps alternative
- Host: GitHub
- URL: https://github.com/timsusa/yamap
- Owner: TimSusa
- Created: 2016-07-13T13:24:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T00:51:15.000Z (over 7 years ago)
- Last Synced: 2025-03-19T06:44:15.985Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickStart
## For developers:
```
npm install
bower install
grunt serve --variant=generic --flavor=develop
```
## Build for production:
```
npm install
bower install
grunt cibuild --variant=generic --flavor=develop
```