Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicewriteswrongs/ast.js
https://github.com/alicewriteswrongs/ast.js
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/ast.js
- Owner: alicewriteswrongs
- Created: 2015-07-15T15:02:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T20:53:44.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T06:59:32.199Z (3 months ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 startAnd that should work?