Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝(readme) add basic instructions #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Statistiques d'impact

Ce site répertorie les produits opérés par l'Opérateur de Produits Interministériels (OPI), ainsi que leurs statistiques d'impact.


## Installation

- Clonez le repo et naviguez jusqu'à votre dossier local
- Copier le fichier .env avec `cp .env.example .env` et ajoutez les paramètres de votre postgresql local
- Dans un terminal, exécutez ensuite :
```bash
npm install
npm run build
npm run startDev
```

# Lancer les tests

Faites tourner les tests avec
- `npx jest` pour lancer la suite de test
- `npx jest -- <chemin_vers_un_fichier_de_test>` pour les tests d'un fichier spécifique