Skip to content

InCodeDevs/InCode

 
 

Repository files navigation

InCode Editor

This is the official Editor for the InCode Programming Language by Ben Siebert and Lukas Birke.

ESLint Prettier Webpack Build Firebase Deploy

Features

  • A monaco based Code Editor
  • A blockly based Block Editor
  • Projects

Building from Source

# 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

Versions

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.

About

Monorepo for all Components of the InCode Programming Language including Editor, Compiler, Documentation and more

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors