let's compose Code
Status: Alpha
Brought to you by:
tchibo
In alpha status, there is no publicly available online deployed app yet. Developers can deploy locally.
This does not work with some old Edge versions (e.g. 44) but OK with newer ones (e.g. 92.)
You need:
And it goes,
./buildbackend.sh
buildbackend.bat
file://
followed by the path to the downloaded source code, where index.html file is located.You need:
And it goes,
./buildbackend.sh
buildbackend.bat
./servefrontend.sh
servefrontend.bat
localhost:8000
You may want to do this if servers are not willing to start due to a TCP port
being used on your host.
ws: "http://localhost:8082/"
docker run -d -p127.0.0.1:8082:8080 lilypond-ws
8002
localhost:8002
If you have already built the backend web service (i.e. started the buildbackend script) once and didn't change files in the server subdirectory since then, instead of buildbackend, you can start runbackend script.
Read this info and more here: