Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arjanfrans/environment-warning-browser-extension

Browser Extension to assist development by warning you about the environment you are currently on.
https://github.com/arjanfrans/environment-warning-browser-extension

browser-extension firefox-addon google-chrome-extension

Last synced: 26 days ago
JSON representation

Browser Extension to assist development by warning you about the environment you are currently on.

Awesome Lists containing this project

README

        

# Environment Warning - Browser Extension

Supported browsers:
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/environment-warnings/)
* [Chrome](https://chromewebstore.google.com/detail/environment-warning/coplemcefcojahbbpbbfbpmchlnclngk)

## Development

With Docker installed, run `./start.sh` to start a Node container.

* Run `npm install`
* For a Chrome build, run: `npm run build:chrome`
* For a Firefox build, run: `npm run build:firefox`