From b89977f4cec9520e39f485648756e0f8e7f18232 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Wed, 15 Apr 2020 19:40:11 +0200 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c1c0913..6ed3aa4 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,9 @@ ou ``` npm run build ``` +Vous pouvez ensuite tester le site statique compilé en lançant un serveur local : +``` +cd docs/.vuepress/dist +python -m SimpleHTTPServer 8081 +``` +Le site statique sera accessible sur http://localhost:8081