Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 456 Bytes

Spiffy

Find issues labelled "good-first-issue" on GitHub

A great way to start contributing to open source projects is to find issues in a repository labelled "good-first-issue". Spiffy allows you to search such issues by topic and language.

To run the app

Clone repository:

$ git clone https://github.com/p-adams/spiffy.git

Cd into directory and install dependencies:

$ npm install

Start dev server

$ npm start