This fork of miso-filereader connects to a Servant server that receives file uploads.
For the development setup, see the develop branch.
Building the project requires Nix Flakes.
After installing Nix and enabling flakes, first enter a devshell by typing
nix develop
The project can be built and served using make
:
make
make serve