We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
First of all, you need to clone the repository, of course:
$ git clone https://github.com/zekroTJA/slms.git --branch master --depth 5
You can simply take advantage of the Makefile delivered with the repository. It compiles the back end binariy and the web assets for the front end.
Makefile
$ make
After that, you can follow the seps to run the binary like described here.