/gist-browser

Real time Gist monitor

Primary LanguageJavaScript

Gist Monitor Dashboard

Build Status

screenshot

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

Installation

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