- Clone the repository:
git clone https://github.com/julesmons/recline.git
- Open the project in VSCode:
code ./recline
- Install dependencies for both the extension and the webview GUI:
pnpm install
- Start a development instance:
- Press
F5
or go toRun -> Start Debugging
to launch a new VSCode window with Recline loaded.
- Press