Skip to content

This is a project to manage data to identify your next open source contribution.

License

Notifications You must be signed in to change notification settings

Erioldoesdesign/open-sauced

 
 

Repository files navigation

Netlify Status

Open Sauced

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.

open-sauced-screencap

Local development

npm start

Test

npm test

// to clean snapshots
npm run clean

Storybook

Storybook is being leverage to mock out visual React components. A version of it can be found at this url.

npm run storybook

storybook example screenshot

Authentication

Authentication is handled through OneGraph's AuthGuardian service.

Service Worker

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.

Attribution

SVG Icons are from the open source Feather Icons project.

About

This is a project to manage data to identify your next open source contribution.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.9%
  • CSS 3.4%
  • HTML 0.7%