Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspalmer committed Jan 7, 2023
1 parent 9417744 commit a378c07
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ nav_order: 1

1. In `Gemfile`, add:
```ruby
gem "view_component"
gem "view_component_storybook"
```
2. In`.gitignore`, add:
```text
**/*.stories.json
```
3. In `config/application.rb`, add:
```ruby
require 'view_component'
require 'view_component/storybook'
```


### Storybook Installation

Expand Down Expand Up @@ -59,7 +52,7 @@ nav_order: 1
```javascript
export const parameters = {
server: {
url: `http://localhost:3000/rails/stories`,
url: `http://localhost:3000/rails/view_components`,
},
};
```
Expand Down

0 comments on commit a378c07

Please sign in to comment.