Skip to content

Commit

Permalink
simplify contributions by fully automating the dev setup with gitpod.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Mar 16, 2020
1 parent deb275d commit c0e852d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tasks:
- command: yarn install
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

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

[![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)

[Semantic](http://www.semantic-ui.com) is a UI framework designed for theming.

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

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.

## One-click online setup for contributing

You can use gitpod(a free online VS Code like IDE). With a single click it will launch a workspace and automatically:

- clone the Semantic-UI repo.
- install the dependencies.

so that anyone interested in contributing can start straight away.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

## Community

#### Getting Help
Expand Down

0 comments on commit c0e852d

Please sign in to comment.