lokhi / openSenseMap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSenseMap

Join the chat at https://gitter.im/sensebox/openSenseMap

DEPRECATION NOTICE

Please be aware that active development of this branch will be stopped on 1st of August 2016. Afterwards, it will be renamed.

Installation

Go to the cloned repository and run

npm install
bower install

Now you are good to go and start up the server

grunt serve

Alternatively, you can use a webserver like nginx and point the web root to the /app folder:

server {
        root /var/www/OpenSenseMap/app;
        index index.html;
        location / {
                try_files $uri $uri/ /index.html;
        }

}

Code license: MIT License

About

License:MIT License


Languages

Language:JavaScript 55.8%Language:HTML 24.9%Language:ApacheConf 10.6%Language:CSS 8.5%Language:Shell 0.2%