Skip to content

Commit

Permalink
Update ReadME 💽
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeJab committed May 29, 2020
1 parent 2ecfd5c commit bfcd8cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ editor.render(element);

Fork the repo, write a test, make a change, open a PR.

### Tests
### Tests, Linting, Formatting

Install dependencies via yarn:

Expand All @@ -467,6 +467,14 @@ Or run headless tests via testem:

Tests in CI are run at Travis via Saucelabs (see the `test:ci` yarn script).

Run linter

* `yarn lint`

Run formatting

* `yarn format`

### Demo

To run the demo site locally:
Expand Down

0 comments on commit bfcd8cf

Please sign in to comment.