Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 235 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 235 Bytes

Apex AST Viewer

This repo holds the Apex AST viewer project viewable at https://apexlang.github.io/ast-viewer.

Running locally

npm install && npm run start

Building production bundles

npm run build