From f19eab4c557dd1a2a1ab7f5f367ed96417626546 Mon Sep 17 00:00:00 2001 From: LooseTooth Date: Mon, 19 Oct 2020 15:55:04 +0200 Subject: [PATCH] update installation --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c192a2f..2486e52 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,11 @@ The CLSI can be installed and set up as part of the entire [Overleaf stack](http $ git clone git@github.com:overleaf/clsi.git -Then install the require npm modules: +Then install the require npm modules and run: $ npm install + $ npm start -Then compile the coffee script source files: - - $ grunt install - -Finally, (after configuring your local database - see the Config section), run the CLSI service: - - $ grunt run The CLSI should then be running at http://localhost:3013.