NERC-CEH / nyph-app

📱New Year Plant Hunt mobile application (BSBI)
GNU General Public License v3.0
1 stars 1 forks source link
backbone cordova marionette mobile-app

NYPH App

New Year Plant Hunt by BSBI. https://nyph.bsbi.org/

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
git clone git://github.com/NERC-CEH/NYPH-app.git
cd NYPH-app && npm install

Cordova mobile app

grunt cordova
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

node config/server.js

Authors

Karolis Kazlauskis

Copyright and license

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