You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the source code for the addy.io browser extension.
Build
# Install dependencies
npm install
# Generate dev assets
npm run dev
# Generate production assets
npm run production
# Build production zip
npm run build