Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 721 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 721 Bytes

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