Moved pager to the controller package. Added additional documentation.

This commit is contained in:
mikestefanello 2021-12-18 16:55:35 -05:00
parent 1fb4d83e0d
commit d28f02f8d6
5 changed files with 117 additions and 40 deletions

View file

@ -23,6 +23,11 @@ up:
docker-compose up -d
sleep 3
.PHONY: reset
reset:
docker-compose down
make up
.PHONY: run
run:
clear