Build and run:
swift run -c release Run present --port 8973 --html-path (path to deck.html)Build then run:
make
.build/release/presentation-service present --port 8973 --html-path (path to deck.html)When benchmarking, run the following to increase macOS limits:
ulimit -n 2048This is a Vapor project, created by running:
vapor new PresentationService -n --output presentation-service-swift