HoloFuel UI

Development

There will be 4 components running for development

  1. Sim2h Sever
  2. Holochain Conductor
  3. Chaperone development server
  4. Web UI

Enter nix-shell for development environment dependencies.

Holochain Conductor (and sim2h)

make start-hcc

Chaperone development server

make start-chaperone

Web UI

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.