Skip to content

lookbook-hq/lookbook-demo

Repository files navigation

Lookbook Demo App

Lookbook is a UI development environment for Ruby on Rails apps.


This demo app demonstrates a basic Lookbook installation with some example components adapted from TailwindUI.

View the demo: https://demo.lookbook.build

Lookbook UI

Running the demo app locally

  1. Clone or download this repo
  2. Install Ruby dependencies: bundle install
  3. Install Node dependencies: npm install
  4. Start the app: bin/run
  5. Navigate to http://localhost:3000/lookbook to start playing with the Lookbook UI.