Skip to content

Commit 86ed6a3

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

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-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: 8 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,12 @@ 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
71+
72+
You can use gitpod(a free online VS Code like IDE) with a single click it will launch a ready to code workspace with the repo already cloned and the dependencies being pre-installed so that you can start straight away without wasting time on the setup.
73+
74+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
75+
6876
## Community
6977

7078
#### Getting Help

0 commit comments

Comments
 (0)