Skip to content

Commit aa41ce6

Browse files
configure gitpod
1 parent cfe7897 commit aa41ce6

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.gitpod.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: npm install --legacy-peer-deps && npm run build
7+
command: npm run dev
8+
9+

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ If you spot a problem, please [search if an issue already exists](https://github
1313

1414
If it doesn't, you can open a new issue using the [new issue form](https://github.com/jsvigneshkanna/tailwind_ui_components/issues/new/choose) specifying if it's about a bug, a feature, documentation or anything else.
1515

16+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jsvigneshkanna/tailwind_ui_components.git)
1617

1718
## 2. Fork this repository
1819

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
[![GitHub issues](https://img.shields.io/github/issues/jsvigneshkanna/tailwind_ui_components?style=for-the-badge)](https://github.com/jsvigneshkanna/tailwind_ui_components/issues) [![GitHub forks](https://img.shields.io/github/forks/jsvigneshkanna/tailwind_ui_components?style=for-the-badge)](https://github.com/jsvigneshkanna/tailwind_ui_components/network/members) [![GitHub stars](https://img.shields.io/github/stars/jsvigneshkanna/tailwind_ui_components?style=for-the-badge)](https://github.com/jsvigneshkanna/tailwind_ui_components/stargazers)
66

7+
<a href="https://gitpod.io/#https://github.com/jsvigneshkanna/tailwind_ui_components.git">
8+
<img
9+
src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod"
10+
alt="Contribute with Gitpod"
11+
/>
12+
</a>
713
</div>
814

915
---
@@ -40,6 +46,7 @@ Buy us coffee or tea or even a book at [buymeacoffee 🍵](https://www.buymeacof
4046

4147
# Getting started to contribute/use
4248

49+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jsvigneshkanna/tailwind_ui_components.git)
4350
1. Fork the repository from [Repository](https://github.com/jsvigneshkanna/tailwind_ui_components). Just click at `fork` icon to create a fork-repository in your GitHub. In your local machine clone the forked repository with command and go to your repository
4451
`git clone https://github.com/<username>/tailwind_ui_components.git`
4552
`cd tailwind_ui_components`

0 commit comments

Comments
 (0)