diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4b62a7a30..56c3b65d1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -138,8 +138,6 @@ You can get a complete PeerTube development setup with Gitpod, a free one-click | |||
138 | 138 | ||
139 | ### Server side | 139 | ### Server side |
140 | 140 | ||
141 | You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute/architecture#server). | ||
142 | |||
143 | To develop on the server-side: | 141 | To develop on the server-side: |
144 | 142 | ||
145 | ``` | 143 | ``` |
@@ -150,11 +148,11 @@ Then, the server will listen on `localhost:9000`. When server source files | |||
150 | change, these are automatically recompiled and the server will automatically | 148 | change, these are automatically recompiled and the server will automatically |
151 | restart. | 149 | restart. |
152 | 150 | ||
153 | ### Client side | 151 | More detailed documentation is available: |
154 | 152 | * [Server code/architecture](https://docs.joinpeertube.org/contribute/architecture#server) | |
155 | You can find a documentation of the client code/architecture | 153 | * [Server development (adding a new feature...)](/support/doc/development/server.md) |
156 | [here](https://docs.joinpeertube.org/contribute/architecture#client). | ||
157 | 154 | ||
155 | ### Client side | ||
158 | 156 | ||
159 | To develop on the client side: | 157 | To develop on the client side: |
160 | 158 | ||
@@ -166,6 +164,10 @@ The API will listen on `localhost:9000` and the frontend on `localhost:3000`. | |||
166 | Client files are automatically compiled on change, and the web browser will | 164 | Client files are automatically compiled on change, and the web browser will |
167 | reload them automatically thanks to hot module replacement. | 165 | reload them automatically thanks to hot module replacement. |
168 | 166 | ||
167 | More detailed documentation is available: | ||
168 | * [Client code/architecture](https://docs.joinpeertube.org/contribute/architecture#client) | ||
169 | |||
170 | |||
169 | ### Client and server side | 171 | ### Client and server side |
170 | 172 | ||
171 | The API will listen on `localhost:9000` and the frontend on `localhost:3000`. | 173 | The API will listen on `localhost:9000` and the frontend on `localhost:3000`. |