TLDR: run
npm installandnpm startinside thenix-shellfor this repository.
- Having the nix-shell installed.
- Note that you don't have to execute
nix-shell https://holochain.loveas we are going to be building on a custom version of holochain.
- Note that you don't have to execute
- Enter the nix-shell on this folder with:
nix-shell .This will take a long time the first time you do it. To verify you have holochain and hc correctly installed:
holochain --versionShould give something like:
holochain 0.0.104npm installnpm startnpm run build:happThis should create a workdir/happ/status-test.happ file.
npm test