PostText/README.md
2022-08-06 02:26:53 -04:00

386 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. Moar tests...
  2. Pick a date format
  3. Moar tests!!