This is a Visual Studio Code extension for Agda.
Having some frontend development skills will definitely help you contribute to this project (but don't worry, you'll manage even if you don't have them)
This project is written in ReScript. It's essentially OCaml that compiles to JavaScript, so that we don't have to write JavaScript ourselves.
We use React as the frontend framework. It comes with a nice binding for ReScript.
You'll need to install Node.js for building the project.
After cloning the files, download dependencies and build files with:
npm install
npm run build
Fire up this command to enter the "watch mode" so that you don't have to rebuild stuff manually:
npm run dev
Press F5 in VS Code and you should have a extension development host with agda-mode running!