···4545Next, enter a nix shell.
4646```
4747## Classic tooling
4848-$ nix-shell -p just nodejs pnpm
4848+$ nix-shell
4949+4950## or flakes tooling!
5050-$ nix shell 'nixpkgs#just nixpkgs#nodejs nixpkgs#pnpm'
5151+$ nix develop
5152```
52535354Then, change to the docs directory and install the necessary dependencies to `docs/node_modules`.