add how to run locally sections, fixes #1

This commit is contained in:
Johannes Rieken
2016-06-08 08:18:48 +02:00
parent e08c1d4bc0
commit c896e4e5e9
4 changed files with 23 additions and 0 deletions

View File

@ -20,4 +20,7 @@ The purpose of the extension is to show a preview of the properties in the decla
- The generated HTML document contains a link that invokes a contributed command to highlight the CSS rule in the source editor
- The generated HTML document is then opened in an editor in the 2nd Column using the command `vscode.previewHtml`.
# How to run locally
* `npm run compile` to start the compiler in watch mode
* open this folder in VS Code and press `F5`