/mds

陈炫里's static file server with markdown support.

Primary LanguageGoMIT LicenseMIT

mds

mds is a simple markdown server for my personal use only.

Usage

In the desired directory for serving, run:

nix run github:ldwgchen/mds

For developers

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