https://github.com/kumard3/dev.ui
DevUI is a set free and open source accessible and customizable React Components and Templates that accelerate the development process.
https://github.com/kumard3/dev.ui
components devui hackoctoberfest hackoctoberfest2022 hacktoberfest2021 nextjs react react-component-boilerplate react-template tailwind tailwindcss template-component template-project typescript
Last synced: 6 months ago
JSON representation
DevUI is a set free and open source accessible and customizable React Components and Templates that accelerate the development process.
- Host: GitHub
- URL: https://github.com/kumard3/dev.ui
- Owner: kumard3
- Created: 2021-12-26T20:33:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T15:11:49.000Z (about 1 year ago)
- Last Synced: 2024-11-29T15:48:13.988Z (about 1 year ago)
- Topics: components, devui, hackoctoberfest, hackoctoberfest2022, hacktoberfest2021, nextjs, react, react-component-boilerplate, react-template, tailwind, tailwindcss, template-component, template-project, typescript
- Language: TypeScript
- Homepage: https://www.devui.in
- Size: 21.9 MB
- Stars: 57
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.devui.in)
## DevUI is a free and open source developer toolkit. It is a set of React Components and Templates that aim to be fully accessible and customizable in order to speed up the development process.
## Contributing
This is now only a hobby project for me, so I update and maintain the project in my spare time.
If you want to help, pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
# Steps For Contribution
0. Star
1. Fork
2. Clone the forked repository.
```css
git clone https://github.com//dev.ui
```
3. Navigate to the project directory.
```py
cd dev.ui
```
4. Create a new branch.
```css
git checkout -b
```
5. Make changes.
6. Stage your changes and commit
```css
git add -A
git commit -m ""
```
7. Push your local commits to the remote repo.
```css
git push -u origin
```
8. Create a Pull Request.
9. Congratulations! 🎉 you've made your contribution.
---
## 🛠Development
Clone the repository
```css
git clone https://github.com/kumard3/dev.ui.git
```
Install dependencies
```
npm install
# Or using Yarn
yarn
```
Start the development server
```
npm run dev
# Or using Yarn
yarn dev
```
Build for production
```
npm run build
# Or using Yarn
yarn build
```