Demo Website • Docs • Demo Video
EventScope is designed to be a live map of GMU events.
EventScope requires latest Node.js LTS version or more recent. Yarn package manager is also recommended.
The following commands install and run the EventScope:
git clone https://github.com/GMU-EventScope/master.git
cd master
npm install
npm startSimply follow the instructions to run Eventscope from source above, on your own fork.
Before submitting any change, make sure to:
- Create your Feature Branch (
git checkout -b feature/yourbranch) - Commit your Changes (
git commit -m 'Add some yourbranch') - Push to the Branch (
git push origin feature/yourbranch) - Run
npm testto execute linters and test suite - Run
npm buildif you change or add anything insrc/contextsorsrc/components npm devcan be used to start EventScope with hot module reloading- Open a pull request
Distributed under the GNU General Public License v3.0. See LICENSE for more information.

