Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.06 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.06 KB

React Component Library

Description:

The goal of this project is to create a robust React component library based off of this WIP design system here. It's intended to be accessible, reusable, and straightforward.

Development Technologies:

Screenshots:

Please do not use these screenshots as a development reference, instead refer to the WIP Design system here.

Screen Shot 2021-03-19 at 8 06 47 AM

Screen Shot 2021-03-19 at 8 07 06 AM

Screen Shot 2021-03-17 at 6 24 16 PM

Contributing 🙌

** If you'd like to contribute to the design, you will need to ask me for editing permission for the design file **

If you'd like to contribute to this project, please check out open issues & feature requests. Comment on the issue asking to work on it.

  1. Fork the repo and cd into the project folder
  2. yarn install to install the project dependencies
  3. yarn storybook to start the project on your localhost in the Storybook GUI
  4. Hack away 💻
  5. Once you think you've successfully solved an issue and/or added a feature, submit a pull request explaining what your code did
  6. Wait for me to review your code, request any desired changes, and merge your PR
  7. 🎉 Celebrate because you've just contributed to an awesome open-source project!