earthref / MagIC

EarthRef's MagIC Web Application
https://earthref.org/MagIC
MIT License
8 stars 2 forks source link

EarthRef's MagIC Web Application

A Meteor application for the EarthRef.org MagIC Database.

Creating a Development Environment

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.

Browser Testing

We use Browser Stack to check for cross-browser compatability: