Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 407 Bytes

File metadata and controls

18 lines (12 loc) · 407 Bytes

Dart AST Explorer

by: @TheComputerM

Running it locally

Requirements

  • NodeJS (+ pnpm preferably)
  • Dart
  • GNU make

Steps

  • Install dart packages using dart pub get.
  • Build the WASM module using make .
  • Install npm packages using npm i or pnpm i inside the web directory.
  • Run pnpm dev inside the web directory and visit https://localhost:5173/.