Skip to content

lookback/lookbook-website

Repository files navigation

Lookbook website

This repo is for documenting and showcasing the Lookbook.

Develop

$ npm install
$ npm start

Visit site at localhost:8080. The site will rebuild on changes.

Testing local changes with Lookbook

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

Deploy

Just git push to main and a GitHub Action will trigger and deploy the site from the gh-pages branch.