We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267fa0a commit 873bf2fCopy full SHA for 873bf2f
1 file changed
CLAUDE.md
@@ -7,6 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
7
This is a Holochain application requiring a Nix development environment:
8
9
```bash
10
+git submodule update --init --recursive # Initialize hREA submodule (REQUIRED)
11
nix develop # Enter reproducible environment (REQUIRED)
12
bun install # Install all dependencies
13
```
0 commit comments