Skip to content

Commit

Permalink
Update “Getting Started” with missing (?) step in `config/application…
Browse files Browse the repository at this point in the history
….rb` (#122)

Update Getting Started Docs to include requires now needed after engine changes.
  • Loading branch information
phacks committed Mar 24, 2022
1 parent a688b6d commit b8e898f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ nav_order: 1
```text
**/*.stories.json
```
3. In `config/application.rb`, add:
```ruby
require 'view_component'
require 'view_component/storybook'
```


### Storybook Installation
Expand Down

0 comments on commit b8e898f

Please sign in to comment.