From 9c08db9b74ebeee4df69ce2368b5f75d4c2bf4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 20 Dec 2020 21:16:51 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa75816..2e7d712 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ -## Nextjs 10.0.3 +# Made with [Nextjs 10](https://nextjs.org/) and [Material-UI 4](https://material-ui.com/) -[API](https://gitlab.com/cedric-famibelle-pronzola/oki-api) +## Prérequis +- Node >= 10.13.0 +- [API](https://gitlab.com/cedric-famibelle-pronzola/oki-api) -Organisation KA Internationale +## Variables d'environement +- Copier le contenu du fichier `.env.sample` dans un nouveau fichier `.env` +``` +cp .env.sample .env +``` -#OKi API +## Installation des dépendances & lancement du serveur +``` +yarn && yarn dev +```