Welcome to Flame, the editor that CodeTorch uses for its code editor. Flame is a simple, yet powerful code editor that is built on top of Monaco Editor. Flame is built in basic HTML, CSS, and JavaScript. Flame is also open source, so you can contribute to the project if you want to.
To install Flame, do the following:
git clone https://github.com/CodeTorchNET/Flame-Code-Editor/tree/main
cd Flame-Code-Editor
projects/1
to be able to actaully use the editordocker build -t flame-code-editor .
docker run -d -p 8080:80 flame-code-editor
http://localhost:8080?1
?1
is the project number, you can change it to any number you want, but you need to create a folder inside src/projects
with the same number you put in the URLgit clone https://github.com/CodeTorchNET/Flame-Code-Editor/tree/main
src
folder to your project (example to an apache
server or a LAMP
stack) (you need PHP for this to work)