@scorum/theme-bootstrap
v2.0.56
Published
Theme and shared components basement for scorum projects
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-bootstrapyarn linkcd ~/${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
