PlaceOS service for compiling and storing PlaceOS drivers.
See CONTRIBUTING.md
.
crystal spec
- to run in development mode
crystal ./src/app.cr
crystal build ./src/app.cr
Once compiled you are left with a binary ./app
- for help
./app --help
- viewing routes
./app --routes
- run on a different port or host
./app -b 0.0.0.0 -p 80