Skip to content

ByronHsu/AAG-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

55 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AAG-Visualizer Β· PRs Welcome

πŸŽ‰ ✨ An elegant Visualizer for visualizing aag file with Viz.js

πŸ“’ πŸ“™ Medium Tutorial: A Complete Guide to Build Your own Visualizer Using Viz.js and Animate.css easily!

0. Table of Contents

1. Setup AAG-Visualizer

git clone https://github.com/ByronHsu/AAG-Visualizer.git
npm install

There are some aag examples in the example/ folder, you can upload from it and have fun : ).

2. Development and Production

2.1 To develop the project

npm run watch
npm run start

2.2 Build production bundle and run the server

npm run prod
npm start

3. Credits

4. License