PostText/README.md
2022-08-19 22:42:30 -04:00

498 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. Make a view for single threads(!!)
  2. Default 'threads per page' is broken if config file isn't correct (should pick up the default value wtf)
  3. Pick a date format