This is a GraphQL starter project to help people stalk open source repositories and take notes on them. This project uses OneGraphl as an interface to the GitHub GraphQL API and Netlify to deploy.
npm start
npm test
// to clean snapshots
npm run clean
Storybook is being leverage to mock out visual React components. A version of it can be found at this url.
npm run storybook
Authentication is handled through OneGraph's AuthGuardian service.
This project uses the sw-precache to kickstart an offline cache. The offline cache only registers in production. If service needs to be manually removed make an unregister call from the registerServiceWorker.js import.
SVG Icons are from the open source Feather Icons project.