This is an application that manages mailing lists and e-mail templates. Allows sending transactional mail or marketing mail via the @schemavaults/send-email package.
To install dependencies:
bun installSee the .env.example file for required environment variables.
bun run devbun run buildbun run build:migrationsAdd database credentials to .env.production and run:
bun run migrate:production