Skip to content

sxzz/ast-explorer

Repository files navigation

AST Explorer

AST Explorer - For most popular front-end languages and parsers.

Feel free to add more parsers and languages via PR!

Installation

Follow these steps to install and setup the project:

  1. Clone the repository to your local machine using Git:
git clone https://github.com/sxzz/ast-explorer.git
  1. Navigate to the project directory:
cd ast-explorer
  1. 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.

Contributing

To contribute to the project, please visit https://github.com/sxzz/contribute for more information.

Credit

License

AGPL-3.0 License © 2023-PRESENT 三咲智子