From ed5f91633d96436408c763bb96d2cc463cb7dc00 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Jun 2017 21:37:49 +0200 Subject: Update readme/doc with new client port for dev --- support/doc/server/code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/doc/server') diff --git a/support/doc/server/code.md b/support/doc/server/code.md index 13e592335..b941304ce 100644 --- a/support/doc/server/code.md +++ b/support/doc/server/code.md @@ -40,9 +40,9 @@ Uses [JavaScript Standard Style](http://standardjs.com/). ## Developing * Install [the dependencies](https://github.com/Chocobozzz/PeerTube#dependencies) - * Run `npm install` at the root directory to install all the dependencies + * Run `yarn install` at the root directory to install all the dependencies * Run PostgreSQL and create the database `peertube_dev`. - * Run `npm run dev:server` to compile the client, run the server and watch server files modifications. + * Run `npm run dev:server` to run the server, watch server files modifications and restart it automatically. The server (API + client) listen on `localhost:9000`. The `NODE_ENV=test` is set to speed up communications between pods (see [constants.ts](https://github.com/Chocobozzz/PeerTube/blob/master/server/initializers/constants.ts)). -- cgit v1.2.3