Skip to content

Commit

Permalink
feat(contributing): adds instructions to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
goldcaddy77 committed Jul 28, 2018
1 parent 75d4190 commit f722f24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ PRs accepted. Note that this library uses a bunch of linters/code formatters to
- [tslint](https://github.com/palantir/tslint) - TypeScript linting
- [markdownlint](https://github.com/mivok/markdownlint) - Markdown linting

To get the project running locally, run `yarn` to install dependencies, and then run:

```typescript
yarn run storybook
```

This will build the project and run [storybook](https://github.com/storybooks/storybook) on [localhost:6006](http://localhost:6006/).
Storybook is also what drives [the demo page](https://goldcaddy77.github.io/reblocks/?selectedKind=ReblocksPayment&selectedStory=Small%20test%20transaction&full=0&addons=1&stories=1&panelRight=1&addonPanel=storybook%2Factions%2Factions-panel).
You can test out your changes by editing the *.story.ts files. These are what generate the stories on the left navigation.

## License

MIT © Dan Caddigan

0 comments on commit f722f24

Please sign in to comment.