@pandevim/barley

Design System for thedarkale.com

Usage no npm install needed!

<script type="module">
  import pandevimBarley from 'https://cdn.skypack.dev/@pandevim/barley';
</script>

README

Barley

$ docker run --interactive --tty \
--name thedarkale \
--mount type=bind,source=`pwd`,target=/app \
--publish 3333:3333 \
pandevim/web
/app$ npm init stencil
/app$ # barley (component)
/app/barley$ yarn 
/app/barley$ yarn start
$ docker exec -it thedarkale bash
/app$ cd barley
/app/barley$ yarn generate