22 lines
367 B
Markdown
22 lines
367 B
Markdown
|
# 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](https://github.com/breard-r/opensmtpd-filter-sake).
|
||
|
|
||
|
## Project Setup
|
||
|
|
||
|
```sh
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
### Compile and Hot-Reload for Development
|
||
|
|
||
|
```sh
|
||
|
npm run dev
|
||
|
```
|
||
|
|
||
|
### Compile and Minify for Production
|
||
|
|
||
|
```sh
|
||
|
npm run build
|
||
|
```
|