Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.05 KB

contributing.md

File metadata and controls

34 lines (21 loc) · 1.05 KB

Contributing

Suggestions and pull requests are highly encouraged! Have a look at the open issues.

Notes

  • 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)

Requirements

Node.js version 14 or later is required.

Workflow

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.

Loading into the browser

Once built, you can load it manually in Chrome or Firefox.