Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 478 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (16 loc) · 478 Bytes

Recline - Contributing

Setting up the development environment

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