This is the repository for the official editor, documentation and playground for the InCode programming language.
- Projects
- Cross device sync
- Accounts
- Full InCode Support
- German
- English
- Multi Language
- German
- English
- Templates
- Project publishing
- Project sharing
- Integrated Documentation
- Playground
- Code Editor (monaco based)
- Block Editor (blockly based)
Clone the project
git clone https://github.com/InCodeDevs/Editor.git --branch v4.x editorGo to the project directory
cd editorInstall yarn (if not installed)
sudo npm install -g yarnInstall dependencies
yarn installBuild the app for production
yarn webpack:build-prodBuild the app for development
yarn webpack:build-devStart the server (without rebuilding the app)
yarn express:only-startStart the server (with rebuilding the app on changes)
yarn express:live-startDeploying a Docker container
To build a docker container you will first need to download and install Docker from https://docker.com. You will also need NodeJS, NPM and Yarn installed on your system. Download and install NodeJS from https://nodejs.com and run
npm install -g yarnTo build a docker container run:
yarn docker:buildThe container will be named mctzock/incode-editor. You can change this in the package.json file.
Here are some related projects
- @incodelang/compiler
- @incodelang/cli
- @incodelang/accounts
- @incodelang/urlshorter
- @incodelang/syntax-highlighting
GNU General Public License v3.0
For support, join our Discord server at https://discord.gg/9T5JEyXsrA




