Skip to content

Commit

Permalink
fix: add seed to README
Browse files Browse the repository at this point in the history
  • Loading branch information
HoreKk committed Jan 9, 2024
1 parent c8691c4 commit 88e3cd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Installez les dépendances nécessaires :
yarn
```

Générez les données de test :

```bash
yarn seed
```

Lancez l'application, qui sera accessible sur le port 3000 :

```bash
Expand Down

0 comments on commit 88e3cd2

Please sign in to comment.