Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anonaddy/browser-extension
- Owner: anonaddy
- License: mit
- Created: 2019-10-07T15:16:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T13:04:08.000Z (3 months ago)
- Last Synced: 2024-08-22T14:18:22.033Z (3 months ago)
- Language: Vue
- Size: 1.71 MB
- Stars: 97
- Watchers: 7
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
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
```