Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 544 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 544 Bytes

Contributing to ScriptIQ

Development Requirements

Install Dependencies

Run the following to install all dependencies:

$ npm i install

Build

To build the extension, run:

$ npx nx build

Run

To run the extension, open the project in Visual Studio Code and press F5 or click Run -> Start Debugging. The extension will be automatically built each time you perform this action.