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
In another shell:
cd lookbook && npm start
Now changes made in lookbook/src
will be reflected immediately when reloading the Lookbook website window.
Just git push to main
and a GitHub Action will trigger and deploy the site from the gh-pages
branch.