Skip to content

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

License

Notifications You must be signed in to change notification settings

younggglcy/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.

Credits

License

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.3%
  • Vue 47.3%
  • CSS 2.3%
  • Other 1.1%