- Clone this repository.
- Initialize the submodules:
git submodule init
git submodule update
- Go into nix-shell:
nix-shell
. - Go into the ui folder:
cd ui
. - Run
npm install
. - Start the holochain conductors and sim2h_server:
npm run hc:start
. - Open another terminal and go to the ui folder as well.
- Run
npm start
. - If you want another agent, open another terminal and from the ui folder run
npm run start:bob
.