Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shenglol/arm-visualizer
ARMVIZ 2.0
https://github.com/shenglol/arm-visualizer
Last synced: 7 days ago
JSON representation
ARMVIZ 2.0
- Host: GitHub
- URL: https://github.com/shenglol/arm-visualizer
- Owner: shenglol
- License: apache-2.0
- Created: 2016-07-26T18:28:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T00:16:05.000Z (6 months ago)
- Last Synced: 2024-08-01T16:46:34.236Z (3 months ago)
- Language: TypeScript
- Size: 2.72 MB
- Stars: 260
- Watchers: 20
- Forks: 72
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Running Locally
If you want to run ArmViz locally, the easiest way is through our pre-built Docker image:
1. Install [Docker](https://docs.docker.com/engine/installation/)
1. Run `docker run -i -d -P ytechie/armviz:v2`
1. 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](https://github.com/msshli/arm-visualizer/blob/master/LICENSE.md)