1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 04:34:19 +00:00
This commit is contained in:
Maxime Moraine 2020-04-15 19:40:11 +02:00
parent bbb0fd4e85
commit b89977f4ce

View file

@ -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