aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-06-14 21:37:49 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-06-14 21:37:49 +0200
commited5f91633d96436408c763bb96d2cc463cb7dc00 (patch)
treedf4e0b67d3ccc50a4066afa433298022aa22a07c /README.md
parentc3d19a49070aedb0e9accedf46465196b677406e (diff)
downloadPeerTube-ed5f91633d96436408c763bb96d2cc463cb7dc00.tar.gz
PeerTube-ed5f91633d96436408c763bb96d2cc463cb7dc00.tar.zst
PeerTube-ed5f91633d96436408c763bb96d2cc463cb7dc00.zip
Update readme/doc with new client port for dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 391a9ec67..ff62f2123 100644
--- a/README.md
+++ b/README.md
@@ -189,10 +189,15 @@ To develop on the server side (server files are automatically compiled when we m
189 189
190 $ npm run dev:server 190 $ npm run dev:server
191 191
192The server (with the client) will listen on `localhost:9000`.
193
194
192To develop on the client side (client files are automatically compiled when we modify them): 195To develop on the client side (client files are automatically compiled when we modify them):
193 196
194 $ npm run dev:client 197 $ npm run dev:client
195 198
199The API will listen on `localhost:9000` and the frontend on `localhost:3000` (with hot module replacement, you don't need to refresh the web browser).
200
196**Username**: *root* <br/> 201**Username**: *root* <br/>
197**Password**: *test* 202**Password**: *test*
198 203