···37373838First, clone your fork of the repository.
39394040-```
4141-$ git clone 'https://github.com/<your-username>/den'
4242-$ cd den
4040+```console
4141+git clone 'https://github.com/<your-username>/den'
4242+cd den
4343```
44444545Next, enter a nix shell.
4646-```
4646+```console
4747## Classic tooling
4848-$ nix-shell
4848+nix-shell
49495050## or flakes tooling!
5151-$ nix develop
5151+nix develop
5252```
53535454Then, change to the docs directory and install the necessary dependencies to `docs/node_modules`.
55555656-```
5757-$ cd docs
5858-$ pnpm install
5656+```console
5757+cd docs
5858+pnpm install
5959```
60606161Finally, start the docs webserver.
62626363-```
6464-$ just docs
6363+```console
6464+just docs
6565```
66666767Now, you can edit the `.mdx` files in `docs/src/content/docs` and see your changes reflected immediately.