···33333434### Contributing Documentation
35353636-If you have found some dead link or spelling/grammatical errors, please help by sending a PR.
3636+The documentation website is under `./docs/`. Please help correct mistakes by sending a PR!
3737+3838+First, clone your fork of the repository.
37393838-The documentation website is under `./docs/`, You can run it locally with: `pnpm run dev`.
4040+```
4141+$ git clone 'https://github.com/<your-username>/den'
4242+$ cd den
4343+```
4444+4545+Next, enter a nix shell.
4646+```
4747+## Classic tooling
4848+$ nix-shell -p just nodejs pnpm
4949+## or flakes tooling!
5050+$ nix shell 'nixpkgs#just nixpkgs#nodejs nixpkgs#pnpm'
5151+```
5252+5353+Then, change to the docs directory and install the necessary dependencies to `docs/node_modules`.
5454+5555+```
5656+$ cd docs
5757+$ pnpm install
5858+```
5959+6060+Finally, start the docs webserver.
6161+6262+```
6363+$ just docs
6464+```
6565+6666+Now, you can edit the `.mdx` files in `docs/src/content/docs` and see your changes reflected immediately.
396740684169### Helping other people
42704343-One of the best forms of contribution does not even involves PR. Hang out in our community
4444-channels and help others getting aboard. Helping others is the best way to contribute.
7171+One of the best forms of contribution does not even require submitting code. Hang out in our community
7272+channels and help others with onboarding to den!
45734646-Thanks, You are awesome!
7474+Thanks, You are awesome!
4775