https://github.com/beapi/wp-dsfr
WP DSFR est un portage en WordPress du Système de Design Français (ou DSFR) sous forme de thème WordPress
https://github.com/beapi/wp-dsfr
Last synced: 8 months ago
JSON representation
WP DSFR est un portage en WordPress du Système de Design Français (ou DSFR) sous forme de thème WordPress
- Host: GitHub
- URL: https://github.com/beapi/wp-dsfr
- Owner: BeAPI
- Created: 2024-05-20T19:10:26.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-25T09:13:30.000Z (9 months ago)
- Last Synced: 2025-04-22T15:12:00.370Z (8 months ago)
- Language: PHP
- Homepage: https://wp-dsfr.fr/
- Size: 3.9 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.EN.md
Awesome Lists containing this project
README
[](https://github.com/BeAPI/dsfr/blob/develop/README.md)
# 🇫🇷 WordPress DSFR
WP DSFR is a WordPress port of the French Design System (or DSFR) in the form of a WordPress theme.
## WordPress theme and Blocks plugin installation
You can download the latest archive [here](https://github.com/BeAPI/wp-dsfr/tags). It contains two folders:
1. The wp-dsfr-theme folder to place in the `themes` directory.
2. The wp-dsfr-blocks folder to place in the `plugins` directory and activate in your site's admin panel.
## How to use it
This repository use [`@wordpress/env`](https://www.npmjs.com/package/@wordpress/env) package to easily setup a local
environment to work on the DSFR theme and the associated plugins.
The local environment is available at the URL http://localhost:8888
You ca use `admin`/`password` to log in to the admin.
You'll need to install the dependencies first
```bash
npm install
```
After the installation in complete you can use the `env` command to manage the local environment
```bash
# Start the local environement (available at http://localhost:8888)
npm start
# Stop the local environement
npm run stop
# Reset the database (will delete all data permanently)
npm run clean
# Remove the local environment (will delete all data and files permanently)
npm run destroy
```
## Use cases
* [`Hôpital d'Instruction des Armées Bégin`](https://hiabegin.sante.defense.gouv.fr/)
## To find out more
Please visit the [`demonstration site`](https://www.wp-dsfr.fr/demo/) to discover the features and contribution possibilities offered by the theme.
*WARNING: designed to facilitate the identification of French government sites, the DSFR is intended only for websites and mobile applications within the scope of the French government. Any other use is strictly prohibited. For further information, please consult [`the DSFR terms and conditions of use`](https://www.systeme-de-design.gouv.fr/a-propos/conditions-generales-d-utilisation).*