aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-02-25 09:20:40 +1100
committerGitHub <noreply@github.com>2020-02-25 09:20:40 +1100
commitb12ec094c55e59db77e5e20fb3b26899211eb410 (patch)
tree3085ca844861c56e7e9a795fa52a5e09aa8823c2
parent302fd93e86974d5c3804b1f2c16555278d0e3a60 (diff)
downloadplyr-b12ec094c55e59db77e5e20fb3b26899211eb410.tar.lz
plyr-b12ec094c55e59db77e5e20fb3b26899211eb410.tar.xz
plyr-b12ec094c55e59db77e5e20fb3b26899211eb410.zip
Update contributing.md
-rw-r--r--contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md
index 11692711..b1bcc315 100644
--- a/contributing.md
+++ b/contributing.md
@@ -27,11 +27,11 @@ Please follow the instructions in our issue templates. Don't use github issues t
* Fork Plyr, and create a new branch in your fork, based on the **develop** branch
-* To test locally, you can use the demo. First make sure you have installed the dependencies with `npm install` or `yarn`. Run `gulp` to build while you are working, and run a local server from the repository root directory. If you have Python installed, this command should work: `python -m SimpleHTTPServer 8080`. Then go to `http://localhost:8080/demo/`
+* To test locally, you can use the demo site. First make sure you have installed the dependencies with `npm install` or `yarn`. Run `gulp` to build and it will run a local web server for development and watch for any changes.
### Online one-click setup
-You can use gitpod(a free online vs code like ide) for contributing, with a single click it will automatically launch a ready to code workspace with all the dependencies pre-installed, gulp watching for changes and the web server running, so that you can start straight away without wasting time on the setup.
+Alternatively can also use Gitpod, a free online Visual Studio Code-like IDE. With a single click it will automatically launch a ready-to-code workspace with all the dependencies pre-installed, gulp watching for changes and the web server running, so that you can start coding straightaway.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)