All you need to build and test Jodit with a docker environment.
No installation required on the host except docker.
Follow instructions on docker website
All commands must be executed in the "docker" directory
cd docker
./install
Ctrl+C to close this server.
To try Jodit, you can open up http://localhost:2000/ in your browser.
./start
The build files are in the "build" directory.
./build
To follow the tests, you can open up http://localhost:2002/ in your browser.
./test
./uninstall