/az-visuals

A collection of web-based tools for visualizing Azure resources. ☁🔎🎁

Primary LanguageTypeScriptMIT LicenseMIT

az-visuals CI

A collection of web-based tools for visualizing Azure resources. ☁🔎🎁

Contributing

This project uses some tools and frameworks you might want to become familiar with beforehand:

Getting Started

First, you'll need a recent version of node, and git.

# Clone the project
git clone https://github.com/bengreenier/az-visuals.git

# Enter the project directory
cd az-visuals

# Install top-level dependencies
npm i

# Bootstrap packages
npx lerna bootstrap

# Start tm.az-visuals.com dev server, which will open a browser
npm run start-tm-dev

# Happy Coding! As you modify tm.az-visuals.com components, you'll see live updates in your browser.
# 💙 -Ben