@streamr/streamr-layout
v2.5.3
Published
Common styling and components for Streamr.
Keywords
Readme
streamr-layout
Shared components for the Streamr website and the Platform.
Development
- Install deps with
npm i - Use
npm startto start a dev server, watch and apply changes right away. - Use
npm run buildto populatedistfolder with bundle files. - Use
npm linkin this folder, andnpm link @streamr/streamr-layoutin 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!
