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:
- For avoid errors when webpack build use
resilve.symlinks = false
- Add theme to jsx loader for webpack watching files