Skip to content

Commit c0e852d

Browse files
committed
simplify contributions by fully automating the dev setup with gitpod.
1 parent deb275d commit c0e852d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitpod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tasks:
2+
- command: yarn install

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
[![CDNJS](https://img.shields.io/cdnjs/v/semantic-ui.svg)](https://cdnjs.com/libraries/semantic-ui/)
88

9+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Semantic-Org/Semantic-UI)
10+
911
[Semantic](http://www.semantic-ui.com) is a UI framework designed for theming.
1012

1113
Key Features
@@ -65,6 +67,17 @@ Check out our [integration wiki](https://github.com/Semantic-Org/Semantic-UI/wik
6567

6668
Although some components will work in IE9, [grids](http://semantic-ui.com/collections/grid.html) and other [flexbox](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes) components are not supported by IE9 and may not appear correctly.
6769

70+
## One-click online setup for contributing
71+
72+
You can use gitpod(a free online VS Code like IDE). With a single click it will launch a workspace and automatically:
73+
74+
- clone the Semantic-UI repo.
75+
- install the dependencies.
76+
77+
so that anyone interested in contributing can start straight away.
78+
79+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
80+
6881
## Community
6982

7083
#### Getting Help

0 commit comments

Comments
 (0)