Skip to content

Magayaga/kodigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kodigo Logo

Kodigo

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.

Project Structure

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/

Getting start

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 and License

Copyright (c) 2023-2024 Cyril John Magayaga

Licensed under the MIT license.