From aba822424db34f15e2c67e8206e778cc3677f8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Tue, 3 Dec 2019 23:41:12 -0500 Subject: [PATCH] Ajout instructions build prod --- README.md | 13 +++++++++++++ app/style/style.css | 2 +- package.json | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83d2167..9d1639a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# Recherche de maladies par signes et symptômes + +## Utilisation + +``` +npm install +npm run build +``` + +Le résultat se trouve dans le répertoire `dist/`. + +## Sources + Liste des signes, symptômes et maladies : diff --git a/app/style/style.css b/app/style/style.css index c6654c4..af989e0 100644 --- a/app/style/style.css +++ b/app/style/style.css @@ -186,7 +186,7 @@ input z-index: 0; top: 0; - left 0; + left: 0; width: 100%; height: 100%; } diff --git a/package.json b/package.json index 0d29be6..78673e5 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "main": "index.js", "scripts": { + "build": "parcel build app/index.html", "dev": "parcel app/index.html" }, "devDependencies": {