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.
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.
Code copyright 2020 Centre for Ecology & Hydrology. Code released under the GNU GPL v3 license.