Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nerc-ceh/leu-app
- Owner: NERC-CEH
- License: gpl-3.0
- Created: 2017-04-03T22:28:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T16:45:31.000Z (4 months ago)
- Last Synced: 2024-12-01T01:04:14.306Z (about 2 months ago)
- Topics: backbone, cordova, marionette, mobile-app
- Language: JavaScript
- Homepage:
- Size: 45.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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).