Open a new issue from issues. Ensure the issue was not already reported by searching on GitHub under Issues. The issue should include a title and clear description.
Pull request is also welcome to send a patch from Pull Requests. Ensure the pull request includes description, and passes tests in CI.
Clone sources into local
git clone https://github.com/ueokande/vimmatic
Install dependencies:
pnpm install
Start webpack:
pnpm start
Then open about:debugging
in Firefox, and choose directory from "Load Temporary Add-on".
To run tests and lint:
pnpm test
pnpm lint