Skip to content

GMU-EventScope/master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventScope

EventScope

Demo WebsiteDocsDemo Video

Overview

EventScope is designed to be a live map of GMU events.

Bulit With

Installation and usage

EventScope requires latest Node.js LTS version or more recent. Yarn package manager is also recommended.

Running from source

The following commands install and run the EventScope:

git clone https://github.com/GMU-EventScope/master.git
cd master
npm install
npm start

⚠️ While it is the most recent codebase, this is not production-ready! Run at your own risk. It is also not recommended to run this as root.

Development setup

Simply 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 test to execute linters and test suite
  • Run npm build if you change or add anything in src/contexts or src/components
  • npm dev can be used to start EventScope with hot module reloading
  • Open a pull request

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

About

master branch of the EventScope project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5