Wildduck Email Client Written in Gleam
Because it's fun to code :)
| Program | Cause |
|---|---|
| Gleam | Program is written in Gleam, silly! |
| Wildduck | Mail server, I recommend using Wildduck Dockerized to simplify setup |
| Just | Optional but makes it easy to run everything |
Be sure you created your .env file in src/backend, and updated config.gleam in src/frontend.
just install # install dependencies
just start-backend # start the backend
just start-frontend # start the frontend