What's Open Web is a React application that uses data retrieved from the What's Open API to display information about the facilities on George Mason University's campuses.
- Join
#whats-open-web
on slack - Tag a fixed issue within the commit by ending the commit with
closes #issue
- Open issues can be found here
- Clone the repository
- Install dependencies either by
npm install
oryarn
- A development server can be accessed by
npm start
oryarn start
- It is highly recommended to use the React and Redux dev tools