Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anonaddy/browser-extension

The source code for the browser extension
https://github.com/anonaddy/browser-extension

Last synced: 7 days ago
JSON representation

The source code for the browser extension

Awesome Lists containing this project

README

        

# Anonymous Email Forwarding

This is the source code for the addy.io browser extension.

## Build

```bash
# Install dependencies
npm install

# Generate dev assets
npm run dev

# Generate production assets
npm run production

# Build production zip
npm run build
```