/western-identity

Western U of P Identity and Style Guide

Primary LanguageJavaScript

Western University of Pennsylvania Identity Website

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.

Install

yarn

Run

yarn develop

Documenting Components

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:

  1. In a separate directory: git clone git@github.com:emulsify-ds/western-up-twig.git
  2. cd western-up-twig
  3. yarn link
  4. cd back into your western-identity package and run yarn link western-up-twig
  5. Don't forget to publish any changes to western-up-twig by committing them with a new version number and running npm publish