-
Notifications
You must be signed in to change notification settings - Fork 12
Contribute
Dickurt edited this page Nov 29, 2016
·
2 revisions
Want to add a feature or fix an error? You've come to the right place!
Getting started
- Clone the project to your system's VSCode extension folder.
- Open a terminal in the cloned folder.
- Run
npm install - Run
npm postinstall - Run
npm run-script buildto build your code, or runnpm run-script watchto automatically build when a file changes. - Done!