This fork is based on tyto by jh3y. See the original repo for documentation.
While tyto uses the LocalStorage of your browser to store the boards in your browser, this fork aims at a serverside solution which allows the use of multiple devices/browsers to access the same boards.
This means, the boards etc are stored in a database and are accessd by a REST API. The database engine used in this fork is MySQL and the API is written in PHP.
Additionally to tyto, you have to initiate a database (use the scheme in (serverside/scheme.sql)) and upload the php files alongside the tyto instance.
MIT