@planningcenter/cc-nav
@planningcenter/cc-nav
is the site-wide navigation for Church Center Web.
Installation
yarn add @planningcenter/nav @reach/menu-button
Usage
Provides Church Center's topbar for proxied products.
Development
Using yalc
allows iterating locally. The following steps are an overview of how to go about it. The steps will need to be repeated each time a change is made.
~/ $ yarn global add yalc
~/Code/cc-nav $ yalc publish
~/Code/giving $ yalc add @planningcenter/cc-nav && yarn install
~/Code/giving $ bin/webpack
More specific instructions, such as watching this project for changes, or automatically rebuilding target products is beyond the scope of this README.