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 15:55:13 +02:00
src Add a mockup for the add account view 2023-07-30 15:55:13 +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 Compute the verification code 2023-07-30 12:42:18 +02:00
package.json Compute the verification code 2023-07-30 12:42:18 +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