diff options
author | Sam Potts <sam@potts.es> | 2020-02-25 09:21:31 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 09:21:31 +1100 |
commit | 29e62a1e4fb14b5aecbff70301b0337b51a9a5d6 (patch) | |
tree | 1796572a135d32c88332f6855ccb1732713bc920 /contributing.md | |
parent | 977a8393f8a581738650e9472d232d8498d07b11 (diff) | |
parent | b12ec094c55e59db77e5e20fb3b26899211eb410 (diff) | |
download | plyr-29e62a1e4fb14b5aecbff70301b0337b51a9a5d6.tar.lz plyr-29e62a1e4fb14b5aecbff70301b0337b51a9a5d6.tar.xz plyr-29e62a1e4fb14b5aecbff70301b0337b51a9a5d6.zip |
Merge pull request #1702 from sampotts/master
Merge back
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/contributing.md b/contributing.md index 5759fb04..b1bcc315 100644 --- a/contributing.md +++ b/contributing.md @@ -27,7 +27,13 @@ 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 + +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. + +[](https://gitpod.io/from-referrer/) * Develop and test your modifications. |