aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c2ac6ab5..391a9ec67 100644
--- a/README.md
+++ b/README.md
@@ -183,9 +183,15 @@ The following commands will upgrade the source (according to your current branch
183 183
184### Development 184### Development
185 185
186In this mode, the server will run requests between pods more quickly, the videos duration are limited to a few seconds and the client files are automatically compiled when we modify them: 186In this mode, the server will run requests between pods more quickly, the videos duration are limited to a few seconds.
187 187
188 $ npm run dev 188To develop on the server side (server files are automatically compiled when we modify them and the server restarts automatically too):
189
190 $ npm run dev:server
191
192To develop on the client side (client files are automatically compiled when we modify them):
193
194 $ npm run dev:client
189 195
190**Username**: *root* <br/> 196**Username**: *root* <br/>
191**Password**: *test* 197**Password**: *test*