- Fork and clone this repo.
git clone https://github.com/<YOUR-USERNAME>/gatot-kaca-theme
- Create a branch for your changes.
git checkout -b my-new-feature
- Install dependencies.
npm install
- Open the gatot-kaca-theme folder in vscode.
- Hack away.
- Build and examine your changes in an Extension Development Host.
- Debug > Start Debugging or use F5 as a shortcut
- Commit and push your changes.
- Submit a PR for discussion, keeping in mind that not all suggestions can be accepted.