18 rindas
272 B
Markdown
18 rindas
272 B
Markdown
# Sokoban
|
|
|
|
projet Web 3Mic
|
|
|
|
pour ouvrir le projet, tapez la commande suivante dans un terminal:
|
|
|
|
``` sh
|
|
npx serve
|
|
```
|
|
|
|
si cela ne marche pas, essayez
|
|
|
|
``` sh
|
|
python3 -m http.server
|
|
```
|
|
|
|
Puis allez à l'addresse indiquée par npx (ou http://0.0.0.0:8000 pour __python__)
|
|
|