This repo is for documenting and showcasing the Lookbook.
$ npm install
$ npm start
Visit site at localhost:8080
. The site will rebuild on changes.
If you'd like to test local changes in the Lookbook in the website:
$ npm link ../lookbook # or whatever path to your local Lookbook folder
Just git push to main
and a GitHub Action will trigger and deploy the site from the gh-pages
branch.