aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md10
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
58First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. 58First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes.
59 59
60Make sure that you have followed 60Make sure that you have followed
61[the steps](/support/doc/dependencies.md) 61[the steps](/support/doc/dependencies.md)
62to install the dependencies. 62to install the dependencies.
63 63
64Then clone the sources and install node modules: 64Then clone the sources and install node modules:
@@ -93,6 +93,12 @@ $ sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev
93 93
94In dev mode, administrator username is **root** and password is **test**. 94In dev mode, administrator username is **root** and password is **test**.
95 95
96### Online development
97
98You 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
98You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md). 104You can find a documentation of the server code/architecture [here](/support/doc/development/server/code.md).