From: Chocobozzz Date: Fri, 21 Oct 2016 10:16:07 +0000 (+0200) Subject: Add npm run check indication in README X-Git-Tag: v0.0.1-alpha~671 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=844e39c2f843c6e2db81699176f13972c29c42fa;p=oweals%2Fpeertube.git Add npm run check indication in README --- diff --git a/README.md b/README.md index 334884bee..cb3e83f3e 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set. **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd +You can check the application (CORS headers, tracker websocket...) by running: + + $ NODE_ENV=production npm run check + ### Other commands To print all available command run: