DNA React Components
How to use
Docs/storybook live (online)
Latest: https://dna-react.netlify.com/
Next: https://dna-react-next.netlify.com/
Installation
With Sitecore
npm i @youseedk/dna-react-jss
or
npm i @youseedk/dna-react-jss@next
for the next release version
Without Sitecore
npm i @youseedk/dna-react
or
npm i @youseedk/dna-react@next
for the next release version
How to contribute
Pipelines
All changes to master will bump the next
release version automatically, and get pushed to the dna-react-next storybook.
To create a release for the latest
version, create a tag and name it either patch.x
or minor.x
, and it will automatically create a release to npm latest
version and the dna-react storybook.
Installation
npm i
Storybook local
npm start
Build style type definitions
npm run build:tc
Lint All
npm run lint
Build All
npm run build