@cnbritain/wc-section-subscribedeprecated

Subscribe section slice

Usage no npm install needed!

<script type="module">
  import cnbritainWcSectionSubscribe from 'https://cdn.skypack.dev/@cnbritain/wc-section-subscribe';
</script>

README

wc-section-subscribe

Subscribe section slice

Macro Settings

Key Optional Default Description
brand false Brand object. Must contain name and short_name

JS Documentation

Themes

  • Wired

Prerequisites:

  • Node.jsbrew install node
  • Grunt - npm install -g grunt-cli
  • Other prereqs? Python? Virtualenv?

Demo:

Install dependencies:

npm install

Build the things:

npm run sass
npm run js

Python the pythons:

cd demo
virtualenv .
source bin/activate
pip install -r requirements.txt

Start the demo server:

python demo.py