Skip to content

Commit

Permalink
Document tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jul 31, 2017
1 parent 847cc25 commit 6c50b8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui_framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6c50b8f

Please sign in to comment.