From 6bfabf16275e7ffa79321cbb494cfdf8d8a80acb Mon Sep 17 00:00:00 2001 From: John Furrow Date: Mon, 16 Oct 2017 22:08:51 -0700 Subject: [PATCH] Clarify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9f98301..8807c3e6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you have a specific issue or bug, please file a Github issue. If you want to 4. If you're proxying Flood to a path other than the root of the host, you must specify the `baseURI` in `config.js`. All request URIs will be prefixed with this value. * For example, if hosting Flood from `https://foo.bar/apps/flood`, you would set `baseURI` to `/apps/flood`. If hosting flood from `https://foo.bar`, you do not need to configure `baseURI`. -#### Starting the Server +#### Compiling assets and starting the server 1. Run `npm install`. 1. Run `npm run build`. 1. Run `npm start`.