- Focus on the OpenStreetMap Community
- User autonomy
- Inclusivity
Install a recent version of Node.js and run npm install
.
Run npm run build
.
A file will be created in ./web-ext-artifacts/
.
Run automated tests with npm test
.
To test manually, first compile the TypeScript code with npm run tscompile
, and then load the folder ./addon/
in Firefox and Chrome.
The main code is at ./src/
, and it is compiled to ./addon
(where the other assets are).
Take a look at ./addon/manifest.json
to find all entrypoints.
The VS Code IDE is recommended for this repository.