Skip to content
Discussion options

You must be logged in to vote

First, clone your fork of the repository.

$ git clone 'https://github.com/<your-username>/den'
$ cd den

Next, enter a nix shell.

## Classic tooling
$ nix-shell -p just nodejs pnpm
## or flakes tooling!
$ nix shell 'nixpkgs#just nixpkgs#nodejs nixpkgs#pnpm'

Then, change to the docs directory and install the necessary dependencies to docs/node_modules.

$ cd docs
$ pnpm install

Finally, start the docs webserver.

$ just docs

Now, you can edit the files in docs/src/content/docs and see your changes reflected immediately.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vic
Comment options

vic Mar 17, 2026
Maintainer

Answer selected by crasm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants