Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 442 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 442 Bytes

CONTRIBUTING

  1. Clone this repository:
git clone https://github.com/rjmacarthy/twinny.git
  1. Navigate to the cloned directory:
cd twinny
  1. Install the necessary dependencies:
npm install
  1. Start the plugin in development mode by pressing F5 within Visual Studio Code.

Contributions are welcome please open an issue describing your changes and open a pull request to the development branch when ready.