From 81bbc6cca972ee2eb741085b2f91cbd95089127f Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Wed, 5 Nov 2025 16:42:46 +0100 Subject: [PATCH] Document how to view the demo application --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de63077..53e91f5 100644 --- a/README.md +++ b/README.md @@ -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