😏
This is a super secret section! Check back soon for some crazy secret intel. 👻
1. Fork FlyUI Kit
Go to FlyUI Kit GitHub page and fork the FlyUI Kit project to your own account.
Once you have forked the repo, you can now clone it to your local computer.
Don't forget to replace YOUR_USERNAME
with your username 🙂
git clone git@github.com:YOUR_USERNAME/flyui-kit.git
Run yarn
or npm install
.
To make developing easier and see changes in real-time you can spin up Storybook by running yarn storybook
Once you have created a new component, you should create a storybook story for it. This will also enable you to see changes and play around with the components that way making it easier and more fun to build.
Please make sure to review your code before creating a PR. This will help save time to both you and us.
When done, create a PR. Please add as much as possible:
- if changing something - what and why are you changing
- if adding something - what and why are you adding etc...
Any details as you can provide will help us review the PR.
Thank you for contributing!! 🙌