@scorum/theme-bootstrap

Theme and shared components basement for scorum projects

Usage no npm install needed!

<script type="module">
  import scorumThemeBootstrap from 'https://cdn.skypack.dev/@scorum/theme-bootstrap';
</script>

README

Scorum

Scorum blockchain sports media platform style guides, theme bootstrap-based.

Documentation

We use yarn

Running tasks: yarn test yarn lint

For developing theme

  • cd ~/${path}/theme-bootstrap
  • yarn link
  • cd ~/${your_project}
  • yarn link "@scorum/theme-bootstrap"

For unlink:

  • cd ~/${your_project}
  • yarn unlink "@scorum/theme-bootstrap"
  • yarn install --check-files

Note:

  1. For avoid errors when webpack build use resilve.symlinks = false
  2. Add theme to jsx loader for webpack watching files