From 6c50b8f5fc3f2d6f866a0552a7a1afe4a9d9b5a9 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Mon, 31 Jul 2017 10:11:04 -0700 Subject: [PATCH] Document tasks. --- ui_framework/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui_framework/README.md b/ui_framework/README.md index 67396c5dd312b..4f7794d61ce3a 100644 --- a/ui_framework/README.md +++ b/ui_framework/README.md @@ -7,8 +7,11 @@ ### Documentation +Compile the CSS with `npm run uiFramework:compileCss`. + You can view interactive documentation by running `npm run uiFramework:start` and then visiting -`http://localhost:8020/`. +`http://localhost:8020/`. This will also start watching the SCSS files, and will recompile the CSS +automatically for you when you make changes. You can run `node scripts/jest --watch` to watch for changes and run the tests as you code.