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
- Clone or download this repo
- Install Ruby dependencies:
bundle install
- Install Node dependencies:
npm install
- Start the app:
bin/run
- Navigate to http://localhost:3000/lookbook to start playing with the Lookbook UI.