HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/demo.sumarbc.com.py/mod/hvp/editor/README.md
H5P Editor PHP Library
==========

A general library that is supposed to be used in most PHP implementations of H5P.

## License

All code is licensed under MIT License

Open Sans font is licensed under Apache license, Version 2.0

## Compiling scss to css

You first need to install ruby and compass:
- `sudo apt update`
- `sudo apt install ruby-full`
- `sudo apt install build-essential`
- `sudo gem install compass`

Then cd to `h5p-editor-php-library/styles` and compile the scss files:
- `compass watch` to continuely compile changes
- or `compass clean && compass compile` to delete the css files and compile new ones