https://github.com/dataesr/dsfr-plus
Design system from the French state - React extended version
https://github.com/dataesr/dsfr-plus
Last synced: 5 months ago
JSON representation
Design system from the French state - React extended version
- Host: GitHub
- URL: https://github.com/dataesr/dsfr-plus
- Owner: dataesr
- License: mit
- Created: 2024-02-06T14:27:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T09:12:19.000Z (about 1 year ago)
- Last Synced: 2025-09-11T10:49:39.428Z (9 months ago)
- Language: TypeScript
- Homepage: https://dataesr.github.io/dsfr-plus/
- Size: 2.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsfr-plus
Design system from the French state - React extended version
## Run examples locally
1. Build local version of the lib "dsfr-plus"
`npm run build`
2. Delete previous version of the lib "dsfr-plus" in "example-ts" project
`rm -Rf example-ts/dist`
3. Copy local version of the lib "dsfr-plus" into the "example-ts project"
`cp -R dist example-ts`
4. Run "example-ts" project
`npm run example-ts`
## Deployment
To deploy in production, simply run this command from your staging branch :
```sh
npm run deploy --level=[patch|minor|major]
```
:warning: Obviously, only members of the [dataesr organization](https://github.com/dataesr/) have rights to push on the repo.