Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,12 @@ bundle exec rake install

### Component Previews

This library includes Lookbook previews for all components. To view them:
This library includes a demo application with previews for all components. To view them:

1. Add Lookbook to your development dependencies
2. Run `rails server`
3. Visit `/rails/lookbook`
1. cd demo
2. Run `bundle && npm install`
3. Run `rails server`
4. Visit `http://localhost:3000/rails/lookbook`

## Contributing

Expand Down