An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Website

[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](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
```