···11# Contributing to the project
2233-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.
33+You'll need to proxy requests from `https://*.smallweb.localhost:443` to `http://localhost:7777` to run the project locally. We'll use caddy to do that.
1241313-> [!WARNING] Make sure to trust the certificate generated by caddy by running the `caddy trust` command.
55+First, you'll need to install caddy. Then, make sure to add the caddy root certificate to your system's trust store by running `caddy trust`. Finally, use `caddy run` at the root of the project to start the reverse proxy.
146157If you're using MacOS, you'll also need to create the `/etc/resolver/localhost` file with the following content:
168