This is the official Editor for the InCode Programming Language by Ben Siebert and Lukas Birke.
- A monaco based Code Editor
- A blockly based Block Editor
- Projects
# Getting the code
# For stable code
git clone https://github.com/InCodeDevs/InCode-Editor.git
# For development (UNSTABLE)
git clone --branch latest https://github.com/InCodeDevs/InCode-Editor.git
cd InCode-Editor
# Start the development Server (for local testing)
npm start
# Build (for production)
npm run build-prod
# Build (for development)
npm run build-dev| Description | Version |
|---|---|
| Current Stable Version | 3.0.0 |
| Current Development Version | 3.1.0 |
| Legacy Version(s) | 1.0.0 |
Copyright © 2018-2021 The InCode Developers.