An open API service indexing awesome lists of open source software.

https://github.com/pmzi/codelive

CodeLive is a cross-platform collaborative code editor
https://github.com/pmzi/codelive

codelive collabrative-editor sharecode socket-editor teach-assistant teachcoding

Last synced: over 1 year ago
JSON representation

CodeLive is a cross-platform collaborative code editor

Awesome Lists containing this project

README

          

# CodeLive

CodeLive is a cross-platform collaborative code editor, designed to be a robust tool to teach programming languages in a class without the need of a bigger screen.

## Getting Started
![Codelive 1-0](https://raw.githubusercontent.com/minatafreshi/CodeLive/master/src/images/1-0.gif)
![CodeLive 1-1](https://raw.githubusercontent.com/minatafreshi/CodeLive/master/src/images/1-1.png)
![CodeLive 1-2](https://raw.githubusercontent.com/minatafreshi/CodeLive/master/src/images/1-2.png)

## Installation Guide

Cloning CodeLive:
```
git clone https://github.com/pmzi/CodeLive.git
```
#
Installing dependencies:
```
cd CodeLive/
npm install
```
#
Running the Project:
```
npm start
```
# Built With
* [Electron.JS](https://electronjs.org/)
* [Sass](https://sass-lang.com/)
* [React.JS](https://reactjs.org/)
* [Redux.JS](https://redux.js.org/)

# Versioning
We use [SemVer](http://semver.org/) for versioning.

# Contributers
* **Pouya mozaffarMagham** - [pmzi](https://github.com/pmzi)
* **Ali ShahAbbasi** - [shahabbasi](https://github.com/shahabbasi)
* **Mina Tafreshi** - [minatafreshi](https://github.com/minatafreshi)
* **Majid Ghasemi** - [Thewm](https://github.com/Thewm)

# Lisence
CodeLive is licensed under the BSD 3-Clause License.
see the [LICENSE.md](LICENSE.md) file for more details.