@ -1,4 +1,10 @@
Run with `python3 -m http.server`
# Running locally
```sh
python3 -m http.server 8080
```
Then simply go to [http://0.0.0.0:8080](http://0.0.0.0:8080) in your browser.
# Acknowledgement