Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nerc-ceh/leu-app

📱European Ladybirds mobile application
https://github.com/nerc-ceh/leu-app

backbone cordova marionette mobile-app

Last synced: 3 days ago
JSON representation

📱European Ladybirds mobile application

Awesome Lists containing this project

README

        

# European Ladybirds app

## Contribution

Think you've found a bug or have a new feature to suggest?
[Let us know!](https://github.com/NERC-CEH/leu-app/issues)

## Questions

If you have any questions, please feel free to ask on the
[iRecord forum](http://www.brc.ac.uk/irecord/forum/26).

## Authors

[Flumens](https://flumens.io)

## 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](LICENSE).