Web application that can be used to generate new sub-addresses as defined in the Sub-Address KEy (SAKE) filter. https://sake.email/
Find a file
2023-07-26 19:48:07 +02:00
src First commit 2023-07-26 19:33:29 +02:00
.gitignore First commit 2023-07-26 19:33:29 +02:00
index.html First commit 2023-07-26 19:33:29 +02:00
package-lock.json First commit 2023-07-26 19:33:29 +02:00
package.json Update the metadata 2023-07-26 19:48:07 +02:00
README.md First commit 2023-07-26 19:33:29 +02:00
vite.config.js First commit 2023-07-26 19:33:29 +02:00

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