NERC-CEH / leu-app

📱European Ladybirds mobile application
GNU General Public License v3.0
0 stars 0 forks source link
backbone cordova marionette mobile-app

European Ladybirds 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.

Authors

Flumens

Development

You can run the application locally by running these steps on a Node 8 environment. This will build the codebase and start the local web server. First, you have to clone the repository, navigate to the codebase folder on your machine and then execute these commands:

npm install         # installs all the dependencies
npm run build:dev   # builds the codebase
npm run start-dev   # serves as a web app

The application should now be available by visiting http://localhost:8000 in your browser.

To build a production-ready app run npm run build - see package.json for more commands.

Copyright and license

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