mds is a simple markdown server for my personal use only.
In the desired directory for serving, run:
nix run github:ldwgchen/mds
In the same directory as flake.nix, build the default package specified in the flake:
nix build
After building, run mds with:
./result/bin/mds
Building and running can be achieved with a single command:
nix run
To activate the development environment:
nix develop