diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f0a4043ac..b3847b8d7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -57,8 +57,8 @@ before you start working on them :). | |||
57 | 57 | ||
58 | First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. | 58 | First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. |
59 | 59 | ||
60 | Make sure that you have followed | 60 | Make sure that you have followed |
61 | [the steps](/support/doc/dependencies.md) | 61 | [the steps](/support/doc/dependencies.md) |
62 | to install the dependencies. | 62 | to install the dependencies. |
63 | 63 | ||
64 | Then clone the sources and install node modules: | 64 | Then clone the sources and install node modules: |
@@ -93,6 +93,12 @@ $ sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev | |||
93 | 93 | ||
94 | In dev mode, administrator username is **root** and password is **test**. | 94 | In dev mode, administrator username is **root** and password is **test**. |
95 | 95 | ||
96 | ### Online development | ||
97 | |||
98 | You can get a complete PeerTube development setup with Gitpod, a free one-click online IDE for GitHub: | ||
99 | |||
100 | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Chocobozzz/PeerTube) | ||
101 | |||
96 | ### Server side | 102 | ### Server side |
97 | 103 | ||
98 | You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). | 104 | You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). |