This is a rebuild of the current Southern Exposure Seed Exchange website as a Single Page Application, using Haskell/Servant for the API Server & Elm for the Frontend.
You will need to have Stack & either NVM or node
/npm
installed.
You can start the Client & Server in watch mode by running ./manage.hs
or
./manage.hs watch
. This will rebuild the Client & Server when their source
files change, then hot update the Client code(refreshing open tabs if
necessary) & restart the Server.
To see all available commands, run ./manage.hs help
.
GPL-3.0