There are no server requirements because the magic happens in the browser on the end user's computer. The editor is loaded in the browser and the HTML compilation is done in the end user's browser as well.
There are however, 2 libraries that need to be installed on your server for the editor initialisation and those are:
- node >= 16
- npm >= 7
More in our Git docs here.