There will be 4 components running for development
- Sim2h Sever
- Holochain Conductor
- Chaperone development server
- Web UI
Enter nix-shell
for development environment dependencies.
make start-hcc
make start-chaperone
make build
Finally, run a simple HTTP server from the root of this git repo (tested on port 80).
Test user emails are set by web_user_legend
in the chaperone-server
configuration file
(./chaperone-config.js). Passwords are not used during development.