Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 264 Bytes

File metadata and controls

11 lines (8 loc) · 264 Bytes

Install all the deps for the current directory: $ cpanm --installdeps .

Run database migrations: $ ./bin/run.pl migrate

Run all tests with the command: $ ./bin/run.pl test

Start application with HTTP and WebSocket server: $ ./bin/run.pl daemon -l http://*:8080