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
- Host: GitHub
- URL: https://github.com/pmzi/codelive
- Owner: pmzi
- License: bsd-3-clause
- Created: 2018-08-14T08:40:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T09:48:06.000Z (over 5 years ago)
- Last Synced: 2025-04-13T09:06:56.258Z (over 1 year ago)
- Topics: codelive, collabrative-editor, sharecode, socket-editor, teach-assistant, teachcoding
- Language: JavaScript
- Homepage:
- Size: 2.61 MB
- Stars: 47
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



## 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.