Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicewriteswrongs/ast.js


https://github.com/alicewriteswrongs/ast.js

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ast.js

A site which will generate an AST from a JavaScript program and show
a nice d3 visualization of that tree. Check it out
[here](https://aliceriot.github.io/ast.js/)!

## Viewing locally

If you want to view this on your own machine, after cloning the repo do:

git submodule init
git submodule update
npm install
npm start

And that should work?