30 lines
412 B
Markdown
30 lines
412 B
Markdown
# 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...
|
|
1. Need migrations for PostText::Model::Thread
|
|
1. Implement threads
|