A Meteor application for the EarthRef.org MagIC Database.
Download and install:
Pull the develop branch and branch it to a user/[user name] branch or a feature/[feature name] branch in Git.
Check out the new branch in Git and make changes in Visual Studio Code.
Retrieve the latest packages in the terminal by typing:
meteor npm update
Run the Meteor application by typing:
meteor
The web application will run locally at http://localhost:3000, but access to the Elasticsearch server is limited.
We use Browser Stack to check for cross-browser compatability: