Skip to content

Commit

Permalink
Add cli notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone authored Oct 24, 2016
1 parent efd7105 commit 9f30e66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,17 @@ lighthouse --help
git clone https://github.com/GoogleChrome/lighthouse
cd lighthouse
npm install

cd lighthouse-core/
npm i
```

#### Working on the CLI.

The CLI is implemented in typescript as part of an experimental branch of the source code. Due to this fact you must run a filewatcher and compile step during development.

This is as simple as `npm run dev`

#### Run

```sh
Expand Down

0 comments on commit 9f30e66

Please sign in to comment.