431 B
431 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
- Add hyperlink somewhere to single thread view (whoopsie)
- Paging for replies in single thread view