18 righe
293 B
Markdown
18 righe
293 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 la commande suivante
|
|
|
|
``` sh
|
|
python3 -m http.server
|
|
```
|
|
|
|
Puis allez à l'addresse indiquée par npx (ou http://0.0.0.0:8000 pour __python__)
|
|
|