Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 244 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 244 Bytes

SourceFeed.io

Project updates via web, JSON, or RSS!

Developing

npm install
npm run watch # in one terminal (needs to be separate to maintain colors)
npm run dev # in another terminal

To run the tests:

npm test