Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 536 Bytes

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