Skip to content

Commit 10f366f

Browse files
committed
update the gitpod setup description to be more precise.
1 parent fcd8208 commit 10f366f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- init: npm install && npm i gulp -g
2+
- before: npm install && npm i gulp -g
33
command: gulp
44
ports:
55
- port: 3000

contributing.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ Please follow the instructions in our issue templates. Don't use github issues t
2929

3030
* 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.
3131

32-
### Online one-click setup
32+
### Online one-click setup for contributing
3333

34-
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.
34+
You can use Gitpod (a free online VS Code-like IDE) for contributing. With a single click it will launch a workspace and automatically:
35+
36+
- clone the plyr repo.
37+
- install the dependencies.
38+
- run `gulp` to the start the server.
39+
40+
So that you can start straight away.
3541

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

0 commit comments

Comments
 (0)