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-30 16:44:06 +02:00
src Remove the cancel button if there is no registered accounts 2023-07-30 16:44:06 +02:00
.gitignore First commit 2023-07-26 19:33:29 +02:00
index.html Add a mockup for the main view 2023-07-30 11:53:27 +02:00
package-lock.json Add the new account into the local storage 2023-07-30 16:40:10 +02:00
package.json Add the new account into the local storage 2023-07-30 16:40:10 +02:00
README.md First commit 2023-07-26 19:33:29 +02:00
vite.config.js Use predictable file names 2023-07-29 12:03:53 +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