Kodigo (Filipino for "Code") is a free and open-source source-code editor was created and developed by Cyril John Magayaga. It is written in HTML, CSS, JavaScript, and CoffeeScript.
Kodigo is successor of CyCode. CyCode is a free and open-source HTML Editor, Markdown Editor, and WYSIWYG Editor unlike syntax highlighting, code snippets, code refactoring, and intelligent code completion.
Create a project directory and structure it as follows:
kodigo/
├── package.json
└── src/
│ ├── assets/
│ │ ├── addons/
│ │ │ ├── edits/
│ │ │ ├── folds/
│ │ │ ├── hints/
│ │ │ └── selects/
│ │ ├── fonts/
│ │ ├── logos/
│ │ ├── modes/
│ │ ├── scripts/
│ │ ├── styles/
│ │ └── themes/
│ ├── index.html
│ └── about.html*
└── docs/
Running Kodigo
# Download the Git
$ git clone https://github.com/magayaga/kodigo
$ cd kodigo
# Install the npm dependencies
$ npm install
# Running Electron framework
$ npm run kodigo
Building Kodigo
# Default the operating system (Electron packager)
$ npm run kodigo-build
Running Kodigo with PHP
# Download the Git
$ git clone https://github.com/magayaga/kodigo
$ cd kodigo/src
# Download the PHP [https://www.php.net/]
$ php -S localhost:8080
Copyright (c) 2023-2024 Cyril John Magayaga
Licensed under the MIT license.