PostText/README.md
2022-08-21 21:37:13 -04:00

525 B

Post::Text

A textboard written in Perl

Installing locally

Install dependencies

$ cpanm --installdeps .

Running locally

Run it in development mode

$ morbo PostText.pl

Now try requesting http://localhost:3000

Testing

Run the tests locally (against development environment)

$ prove -l

TODOs

  1. Reply model needs to become Remark (to fix the error handling stuff)
  2. Add hyperlink somewhere to single thread view (whoopsie)
  3. Paging for replies in single thread view
  4. Pick a date format