Create a test; add some documentation
This commit is contained in:
parent
59c8153ef4
commit
746f7e6b6f
14
README.md
14
README.md
|
@ -2,6 +2,20 @@
|
|||
|
||||
A textboard written in Perl
|
||||
|
||||
## Running locally
|
||||
|
||||
Run it in development mode
|
||||
|
||||
$ morbo PostText.pl
|
||||
|
||||
Now try requesting http://localhost:3000
|
||||
|
||||
## Testing
|
||||
|
||||
Run the tests locally (development mode)
|
||||
|
||||
$ prove -l
|
||||
|
||||
## TODOs
|
||||
|
||||
1. Where is prototype lmao
|
||||
|
|
Loading…
Reference in a new issue