Skip to content

Commit

Permalink
Changes is readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKavka committed Jan 8, 2020
1 parent 6565e1c commit b202cab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ npm install
```
npm run serve
```

There are another commands for developers (please inspect [package.json](package.json)):
```
npm run lint
npm run test
npm run build
```

## Installation and usage
You can install this component from [npm](https://www.npmjs.com/) with `npm` or `yarn`.
```
Expand Down Expand Up @@ -92,5 +100,4 @@ For another example, check [src/scss/big-red-hamburger.scss](/src/scss/big-red-h

## TODO
- write tests
- technically this is a clickable `div` and no `button`. I'm not very happy with it.

0 comments on commit b202cab

Please sign in to comment.