From 66dd264f7b15c05006faa00694c88c56794edc54 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 11 Jun 2017 11:29:03 +0200 Subject: Better build/dev scripts --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ### Development -In 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: +In this mode, the server will run requests between pods more quickly, the videos duration are limited to a few seconds. - $ npm run dev +To develop on the server side (server files are automatically compiled when we modify them and the server restarts automatically too): + + $ npm run dev:server + +To develop on the client side (client files are automatically compiled when we modify them): + + $ npm run dev:client **Username**: *root*
**Password**: *test* -- cgit v1.2.3