Design system from the French state - React extended version
- 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
To deploy in production, simply run this command from your staging branch :
npm run deploy --level=[patch|minor|major]