Suggestions and pull requests are highly encouraged! Have a look at the open issues.
- You will need to be familiar with npm and TypeScript to build this extension.
- The extension can be loaded into Chrome or Firefox manually (See notes below)
Node.js version 14 or later is required.
First clone:
git clone https://github.com/ninoseki/mitaka
cd mitaka
npm install
When working on the extension or checking out branches, use this to have it constantly build your changes:
npm run watch # Listen to file changes and automatically rebuild
Then load or reload it into the browser to see the changes.
Once built, you can load it manually in Chrome or Firefox.