Skip to content

Commit

Permalink
Added link to our public storybook url
Browse files Browse the repository at this point in the history
  • Loading branch information
originalwebgurl committed Sep 29, 2021
1 parent edf0624 commit 0a42ac7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ ESLint and Prettier are set up in this project, so you may want to install compa

More info on setting up in popular editors here: [create-react-app.dev/docs/setting-up-your-editor](https://create-react-app.dev/docs/setting-up-your-editor#displaying-lint-output-in-the-editor)

### Feedback
## Board UI Docs

We use [Storybook.js](https://storybook.js.org/) to document and test the board components.

You can view and interact with board components here https://battlesnakeofficial.github.io/board/

While developing a component you can run a local copy of storybook with the command `npm run storybook` to view and test it

## Feedback

* **Do you have an issue or suggestions for this repository?** Head over to our [Feedback Repository](https://play.battlesnake.com/feedback) today and let us know!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook",
"build-storybook": "build-storybook -o ./storybook-static -s public",
"build-storybook-ci": "build-storybook -o ./docs -s public"
},
"lint-staged": {
Expand Down

0 comments on commit 0a42ac7

Please sign in to comment.