Skip to content

Gizra/ihp-simple-seat-reservation

Repository files navigation

IHP Simple Seat Reservation

Local

  1. After following the steps to install IHP, you can run this app locally by running:
direnv allow
devenv up
  1. In another tab execute make tailwind-dev to compile the CSS.

MailHog is running with devenv up, so you can see the emails under http://0.0.0.0:8025/

Test

nix-shell
ghci
:l Test/Main
main

If you get an error see this.

GitPod