Skip to content

shenglol/arm-visualizer

Repository files navigation

Running Locally

If you want to run ArmViz locally, the easiest way is through our pre-built Docker image:

  1. Install Docker
  2. Run docker run -i -d -P ytechie/armviz:v2
  3. Run docker ps to see what port ArmViz is being served on

Local Development

npm install
npm run-script build

To start a local hot-server

npm start

License

Available here