Skip to content

Commit

Permalink
docs: add contribute guide
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Aug 1, 2020
1 parent 6a84c7f commit cd387c0
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 @@
# How to contribute

## install dev dependencies

`yarn`

## build

`yarn build`

## lint code

`yarn lint`

0 comments on commit cd387c0

Please sign in to comment.