@streamr/streamr-layout
v2.5.3
Published
Common styling and components for Streamr.
Downloads
541
Maintainers
Keywords
Readme
streamr-layout
Shared components for the Streamr website and the Platform.
Development
- Install deps with
npm i
- Use
npm start
to start a dev server, watch and apply changes right away. - Use
npm run build
to populatedist
folder with bundle files. - Use
npm link
in this folder, andnpm link @streamr/streamr-layout
in folder of the target project to utilize the local copy of the module.
styled-components
may complain about multiple instances of itself on your site. In this case tell your webpack
to alias styled-components
to require.resolve('styled-components')
.
Cheers!