chirp/config
Dmitry Bogatov b074e81b2b feat: Scaffold an Yesod application
Right now I have no idea how it works, but it builds with "stack
build" and serves something on localhost:3000. I am not exactly happy
that building and interactive development depends on "stack(1)"
instead of more familiar "cabal repl", but I can live with it.

It requires Postgres database running on the localhost, which is
configured in my NixOS configuration, and not inside of this
repository. Probably can be done better.
2024-02-11 03:23:49 -05:00
..
favicon.ico feat: Scaffold an Yesod application 2024-02-11 03:23:49 -05:00
keter.yml feat: Scaffold an Yesod application 2024-02-11 03:23:49 -05:00
models.persistentmodels feat: Scaffold an Yesod application 2024-02-11 03:23:49 -05:00
robots.txt feat: Scaffold an Yesod application 2024-02-11 03:23:49 -05:00
routes.yesodroutes feat: Scaffold an Yesod application 2024-02-11 03:23:49 -05:00
settings.yml feat: Scaffold an Yesod application 2024-02-11 03:23:49 -05:00
test-settings.yml feat: Scaffold an Yesod application 2024-02-11 03:23:49 -05:00