Commit Graph

5 Commits

Author SHA1 Message Date
Hugo Peixoto 9058ed98f7 Adds payment page
Instead of sending all the payment details by email, we're now sending
only a link to a page on this platform. This is to help reduce questions
of whether the emails are from scammers or real.
2023-07-12 19:13:08 +01:00
Hugo Peixoto ae4a3c62e4 Add initial setup step if the database is empty 2023-07-11 00:36:05 +01:00
Hugo Peixoto 24a01b964b Fix readme markdown 2022-08-20 11:12:06 +01:00
Hugo Peixoto 5690f2d8a3 Write an actual README 2022-08-20 11:10:58 +01:00
Hugo Peixoto 46881d72bf rails new
rails new \
  --skip-action-cable \
  --skip-hotwire \
  --skip-jbuilder \
  --skip-system-test \
  -a propshaft \
  --database=postgresql .
2022-06-20 20:48:08 +01:00