Skip to content

Commit 36adabf

Browse files
committed
Update README
1 parent f99ddf9 commit 36adabf

File tree

4 files changed

+11
-21
lines changed

4 files changed

+11
-21
lines changed

test/integration/cra/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
This is a test Web App to test the integration of `@codegouvfr/react-dsfr` with Create React App
2-
You can run it locally with:
1+
Run the App:
32

43
```bash
54
git clone https://github.com/codegouvfr/react-dsfr
65
cd react-dsfr
76
yarn
8-
yarn build
97
yarn start-cra
10-
```
8+
```
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11

2-
3-
# tss-react + MUI setup in a Next.js project
4-
52
Run the App:
63

74
```bash
8-
git clone https://github.com/garronej/tss-react
9-
cd tss-react
5+
git clone https://github.com/codegouvfr/react-dsfr
6+
cd react-dsfr
107
yarn
11-
yarn build
12-
yarn start_ssr
8+
yarn start-next-appdir
139
```
14-
15-
It's live here: https://next-demo.tss-react.dev
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
This is a test Web App to test the integration of `@codegouvfr/react-dsfr` with Next.js
2-
You can run it locally with:
1+
Run the App:
32

43
```bash
54
git clone https://github.com/codegouvfr/react-dsfr
65
cd react-dsfr
76
yarn
8-
yarn start-next
7+
yarn start-next-pagesdir
98
```
9+

test/integration/vite/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
This is a test Web App to test the integration of `@codegouvfr/react-dsfr` with Vite
2-
You can run it locally with:
1+
Run the App:
32

43
```bash
54
git clone https://github.com/codegouvfr/react-dsfr
65
cd react-dsfr
76
yarn
8-
yarn build
9-
yarn start_vite
10-
```
7+
yarn start-vite
8+
```

0 commit comments

Comments
 (0)