This is an Identity and Style Guide website for the fictitous Western University of Pennsylvania. It is a Gatsby website powered by the Emulsify Gatsby Theme.
yarn
yarn develop
Components are documented in the western-up-twig
package, which is a dependency. To work on those, you can link your own western-up-twig
package locally using yarn. Gatsby will still hot reload. Here are the steps:
- In a separate directory:
git clone git@github.com:emulsify-ds/western-up-twig.git
cd western-up-twig
yarn link
cd
back into yourwestern-identity
package and runyarn link western-up-twig
- Don't forget to publish any changes to
western-up-twig
by committing them with a new version number and runningnpm publish