Merge pull request #3415 from storybooks/tmeasday/link-to-learnstorybook

Add a link to learnstorybook to get started guide
This commit is contained in:
Filipp Riabchun 2018-04-14 02:10:15 +02:00 committed by GitHub
commit dbf8eba9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,3 +24,5 @@ Then you can access your storybook from the browser.
* * *
To learn more about what `getstorybook` command does, have a look at our [Start Guide for React](/basics/guide-react/) or [Start Guide for Vue](/basics/guide-vue/) or [Start Guide for Angular](/basics/guide-angular/) or [Start Guide for Mithril](/basics/guide-mithril/).
If you prefer a guided tutorial to reading docs, head to [Learn Storybook](https://www.learnstorybook.com) for a step-by-step guide (currently React-only).