Skip to content

gemmavnash/bloominalgae-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BloominAlgae

An application that enables you to get involved in biological recording. You can contribute your sightings with GPS acquired coordinates, descriptions and other information, thus providing scientists with important new biodiversity information that contributes to nature conservation, planning, research and education.

Contribution

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

In the spirit of open source software development, we'd love for you to contribute to our source code and make it better than it is today! To help you get started and before you jump into writing code, please read the contribution guidelines thoroughly:

Contribution guidelines: CONTRIBUTING.md

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/bloominalgae-app.git
  • Enter the bloominalgae-app directory and install the npm build dependencies:
cd bloominalgae-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.

About

📱Bloomin' Algae mobile application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.9%
  • Smarty 14.5%
  • CSS 14.3%
  • HTML 0.3%