Skip to content

rwspatin/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.2%
  • JavaScript 26.0%
  • CSS 18.8%
  • HTML 9.5%
  • SCSS 2.4%
  • Dockerfile 0.1%