Hello everyone! Thank you for showing interest in contributing to solancn-ui. Follow the steps below to get started:
-
Fork the Repository First, fork this repository to your own GitHub account.
-
Clone Your Fork
git clone https://github.com/BunsDev/solancn-ui cd solancn-ui -
Install Dependencies
npm install
-
Start the Development Server
npm run dev
If you want to add a new component or contribute to an existing one:
-
Navigate to the
app/folder. -
Inside
app/, go to thecomponents/folder. Every folder insidecomponents/is a component. -
Create a new folder for your component and add your files. ✅ Make sure your component is unique — do not copy others.
-
After adding your component, go to the
constants/folder. -
Inside it, open
navigation.ts. -
Register your component there to make it appear in the sidebar.
That’s it! 🎉
- Use clean and readable code.
- Write meaningful commit messages.
- Test your component before submitting a pull request.
- Don't forget to open a pull request from your fork when you're ready!
Happy Coding 💙 Thanks for contributing to Solancn UI!