Skip to content

Vilius-Stankaitis/asian-hornet-watch-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asian Hornet Watch app

Contribution

Think you've found a bug or have a new feature to suggest? Let us know!

Questions

If you have any questions, please feel free to ask on the iRecord forum.

Configuration

App configuration is hosted in config/config.js. Note: it should be done before building the code.

Building

gem install sass
  • Get a copy of the code by running:
git clone git://github.com/NERC-CEH/hornet-watch-app.git
  • Enter the hornets-app directory and install the npm build dependencies:
cd hornet-watch-app && npm install

Cordova mobile app

  • Build the project:
grunt cordova
  • Update Cordova project with new web pages (replaces the www)
grunt cordova:update

Web app

If you are building for the web platform only:

Production

grunt

Development

grunt dev

This will create a dist folder with the app code and its dependencies.

Running app locally

  • Express framework is provided for a quick launch of a web server.
node config/server.js

Authors

Karolis Kazlauskis

Copyright and license

Code copyright 2017 Centre for Ecology & Hydrology. Code released under the GNU GPL v3 license.

Packages

No packages published

Languages

  • JavaScript 66.5%
  • Smarty 17.4%
  • CSS 14.9%
  • Other 1.2%