@holochain/hc-spin
Version:
CLI to run Holochain apps during development.
28 lines (18 loc) • 283 B
Markdown
## Dev Setup
To setup the development environment to develop on the CLI itself:
1. Enter the nix shell:
```bash
nix develop
```
2. Install dependencies:
```bash
yarn
```
3. Build the CLI:
```bash
yarn build
```
4. Run the CLI:
```bash
yarn start <path to .webhapp file>
```