AST Explorer - For most popular front-end languages and parsers.
- Stable Release: ast.sxzz.moe
- Dev Channel: ast-explorer.vercel.app
Feel free to add more parsers and languages via PR!
Follow these steps to install and setup the project:
- Clone the repository to your local machine using Git:
git clone https://github.com/sxzz/ast-explorer.git
- Navigate to the project directory:
cd ast-explorer
- Install the required dependencies. The project uses the pnpm package manager. If you don't have it installed, you can enable it using corepack:
corepack enable
Then, install the project dependencies:
pnpm install
This will start the development server. You can access the application by navigating to http://localhost:3000
in your web browser.
To contribute to the project, please visit https://github.com/sxzz/contribute for more information.