New Year Plant Hunt by BSBI.
Think you've found a bug or have a new feature to suggest? Let us know!
If you have any questions, please feel free to ask on the iRecord forum.
App configuration is hosted in config/config.js
. Note: it should be done
before building the code.
- Install NodeJS
- Install SASS
gem install sass
- Get a copy of the code by running:
git clone git://github.com/NERC-CEH/NYPH-app.git
- Enter the
NYPH-app
directory and install the npm build dependencies:
cd NYPH-app && npm install
- Build the project:
grunt cordova
- Update Cordova project with new web pages (replaces the www)
grunt cordova:update
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.
- Express framework is provided for a quick launch of a web server.
node config/server.js
- Open the app on a browser http://localhost:8000
Code copyright 2016 Centre for Ecology & Hydrology. Code released under the GNU GPL v3 license.