Web application that can be used to generate new sub-addresses as defined in the Sub-Address KEy (SAKE) filter.
https://sake.email/
src | ||
.gitignore | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
Sub-Address KEy (SAKE) app
Web application that can be used to generate new sub-addresses as defined in the Sub-Address KEy (SAKE) filter.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build