From f6ba7886d0af8f64ce5c032c19ade3ab3824188d Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Tue, 6 Nov 2018 09:29:29 -0500 Subject: [PATCH] feat(package): Use this commit to trigger a minor release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21d672..a504a40 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To install gradebook into your project: npm i --save @edx/gradebook ``` -## Running Standalone +## Running the UI Standalone After cloning the repository, run `make up-detached` in the `gradebook` directory - this will build and start the `gradebook` web application in a docker container.