Skip to content

Commit 91c4af5

Browse files
authored
Merge pull request #43 from substancelab/lookbook_docs
Document how to view the demo application
2 parents a5cc789 + 81bbc6c commit 91c4af5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,12 @@ bundle exec rake install
242242

243243
### Component Previews
244244

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

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

251252
## Contributing
252253

0 commit comments

Comments
 (0)