https://github.com/capaj/postuj-hovna
originally a hackaton app for reporting dog poo on the streets of Prague
https://github.com/capaj/postuj-hovna
Last synced: 11 months ago
JSON representation
originally a hackaton app for reporting dog poo on the streets of Prague
- Host: GitHub
- URL: https://github.com/capaj/postuj-hovna
- Owner: capaj
- License: mit
- Created: 2015-06-12T18:55:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T18:30:09.000Z (over 10 years ago)
- Last Synced: 2025-02-10T03:27:41.554Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 938 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# postuj-hovna
a hackton app for reporting dog poo on the streets of Prague, deployed on http://sbirejto.cz/
#Prerequisites
JSPM and NPM. It is very much needed to have a github auth in JSPM, otherwise you will hit a rate limit in the install phase.
this can be done with
```
jspm registry config github
```
#Install and run
to run, you probably want to connect to the server.
For development, run
```
node server.js.
```
Moonridge backend is in separate [repo](https://github.com/capaj/postuj-hovna-server).