@dataesr/dsfr-plus
v0.5.4
Published
Design system from the French state - React extended version
Downloads
283
Readme
dsfr-plus
Design system from the French state - React extended version
Run examples locally
- Build local version of the lib "dsfr-plus"
npm run build
- Delete previous version of the lib "dsfr-plus" in "example-ts" project
rm -Rf example-ts/dist
- Copy local version of the lib "dsfr-plus" into the "example-ts project"
cp -R dist example-ts
- Run "example-ts" project
npm run example-ts
Deployment
To deploy in production, simply run this command from your staging branch :
npm run deploy --level=[patch|minor|major]
:warning: Obviously, only members of the dataesr organization have rights to push on the repo.