Update README

This commit is contained in:
2024-02-05 09:25:59 +01:00
parent 5392e42308
commit 1f2aaf5e0d
+2 -12
View File
@@ -1,7 +1,7 @@
# Made with [Nextjs 10](https://nextjs.org/) and [Material-UI 4](https://material-ui.com/) # Made with [Nextjs 14](https://nextjs.org/) and [Material-UI 5](https://material-ui.com/)
## Prérequis ## Prérequis
- Node >= 10.13.0 - Node >= 16
- [API](https://gitlab.com/cedric-famibelle-pronzola/oki-api) - [API](https://gitlab.com/cedric-famibelle-pronzola/oki-api)
## Variables d'environement ## Variables d'environement
@@ -15,13 +15,3 @@ cp .env.sample .env
``` ```
yarn && yarn dev yarn && yarn dev
``` ```
## Création d'un fichier robots.txt
Voici un exemple de fichier `robots.txt` à créer dans le dossier `/public`
```
User-agent: *
Disallow:
Sitemap: https://mon-site.fr/sitemap.xml
```