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 444e938 commit 868c03d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# How to contribute

## install dev dependencies

`yarn`

## build

+ production build: `yarn build`
+ development build: `yarn dev`
+ watch mode: `yarn watch`

## serve demo

Use a static files http server, for example: `http-server -p 8080`

## lint code

`yarn lint`

0 comments on commit 868c03d

Please sign in to comment.