Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.45 KB

File metadata and controls

27 lines (19 loc) · 1.45 KB

Glemail Client

Wildduck Email Client Written in Gleam

Why?

Because it's fun to code :)

Dependencies

Program Cause
Gleam Program is written in Gleam, silly!
Wildduck Mail server, I recommend using Wildduck Dockerized to simplify setup
TypeScript To compile frontend JS modules
Just Optional but makes it easy to run everything

Running

Be sure you created your .env file in src/backend, and updated config.gleam in src/frontend.

just install # install dependencies
just build-ts # compiles ts files into js, will auto execute on start-frontend as well
just start-backend # start the backend
just start-frontend # start the frontend