Add browser support to docs [skip ci] (#1378)

This commit is contained in:
Ben Halpern 2018-12-20 12:50:33 -05:00 committed by GitHub
parent 095d25ecd4
commit 75158e7f84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,3 +20,13 @@ To get Storybook running on your local:
* 📦 Run `npm install` or `yarn` to ensure all your dependencies are installed.
* 🏁 Run `npm run storybook` or `yarn storybook` to start Storybook.
* 🏗️ Start working on your component and see the changes in Storybook as you save.
### Browser Support
#### Chrome >= 59
#### Firefox >= 52
#### Safari >= 10
#### Opera >= 50
#### Edge >= 16
We do not officially support any version of IE or any browser not listed here, but don't go out of your way to not support it! And if there is anything we should change about this, open an issue.