The project is built with create-react-app and uses React and Gist APIs from GitHub to create a realtime Gist monitor for public Gists
Make sure you have Node.js, npm and yarn installed.
# install dependencies
npm install
# Run the project
npm start
# Prepare build
npm build
# Run tests
npm test