If you want to run ArmViz locally, the easiest way is through our pre-built Docker image:
- Install Docker
- Run
docker run -i -d -P ytechie/armviz:v2
- Run
docker ps
to see what port ArmViz is being served on
npm install
npm run-script build
To start a local hot-server
npm start
Available here