listmonk/README.md

643 B

listmonk

Full fledged, high performance newsletter and mailing list manager

Development

Install dependencies

make deps

Build frontend assets

make build_frontend

Create config file and edit the necessary params

cp config.toml.sample config.toml

Use stuffbin to package static assets and build binary

make build

Binary comes up with installer to setup schema and superadmin

./listmonk --install

Run binary

./listmonk

For new developers, you can also run all at once using quickdev option.

make quickdev