Contributing to Peasy

Contribute to Peasy!

If you would like to contribute or add to the current state of the Peasy extension, here are the steps to do so:

  1. Clone the Peasy repository.

  2. Navigate into the directory of the extension on your Terminal or on a coding editor. Run the following command on the command line.

    cd peasy-ide-vscode
    
  3. Build the repository to convert Typescript code into Javascript code.

    How to Build Peasy Repository

    • Mac: Cmd+Shift+B
    • Windows: Ctrl+Shift+B
  4. In order to test out the extension, press F5 to create an Extension Development Host where you can open P projects to view how the extension looks in its current state.

Extension Dev Host