From c0e852dcaeb0d754a01ca6723307c957286ea403 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Mon, 16 Mar 2020 05:18:27 +0000 Subject: [PATCH] simplify contributions by fully automating the dev setup with gitpod. --- .gitpod.yml | 2 ++ README.md | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..38fbb0984 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - command: yarn install diff --git a/README.md b/README.md index 974c20e77..bfadcda61 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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