Skip to content

Commit

Permalink
add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Apr 7, 2022
1 parent c98da83 commit c22f522
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
To build the spec locally first install bikeshed:

```sh
pip3 install bikeshed && bikeshed update
```

```sh
bikeshed spec # build once

# or

bikeshed watch # rebuild on changes
```

0 comments on commit c22f522

Please sign in to comment.