···11+# Contributing to the project
22+33+You'll need to proxy requests from `*.smallweb.localhost:443` to `localhost:7777` to run the project locally. The easiest to achieve is to use the following caddyfile:
44+55+```sh
66+smallweb.localhost, *.smallweb.localhost {
77+ reverse_proxy localhost:7777
88+}
99+```
1010+1111+You can follow the instructions from the [docs](https://www.smallweb.run/docs/hosting/local/) to find out how to install caddy locally.
1212+1313+Then, all debug commands will use the example workspace located in the `examples` folder.