Skip to content

Commit 0e5d580

Browse files
authored
Merge pull request #6 from minatafreshi/master
updating README and UI
2 parents 1fce540 + 55cf343 commit 0e5d580

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
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.
44

5-
CodeLive gives developers the ability to run code on multiple devices using docker -for now, it can only run HTML and others will be added soon-.
6-
7-
## Demo
8-
![CodeShare 1-0](https://raw.githubusercontent.com/pmzi/CodeShare/master/src/images/1-0.gif)
9-
![CodeShare 1-1](https://raw.githubusercontent.com/pmzi/CodeShare/master/src/images/1-1.jpg)
10-
![CodeShare 1-2](https://raw.githubusercontent.com/pmzi/CodeShare/master/src/images/1-2.jpg)
5+
## Getting Started
6+
![Codelive 1-0](https://raw.githubusercontent.com/minatafreshi/CodeLive/master/src/images/1-0.gif)
7+
![CodeLive 1-1](https://raw.githubusercontent.com/minatafreshi/CodeLive/master/src/images/1-1.png)
8+
![CodeLive 1-2](https://raw.githubusercontent.com/minatafreshi/CodeLive/master/src/images/1-2.png)
119

1210
## Installation Guide
1311

@@ -26,6 +24,21 @@ Running the Project:
2624
```
2725
npm start
2826
```
27+
# Built With
28+
* [Electron.JS](https://electronjs.org/)
29+
* [Sass](https://sass-lang.com/)
30+
* [React.JS](https://reactjs.org/)
31+
* [Redux.JS](https://redux.js.org/)
32+
33+
# Versioning
34+
We use [SemVer](http://semver.org/) for versioning.
35+
36+
# Contributers
37+
* **Pouya mozaffarMagham** - [pmzi](https://github.com/pmzi)
38+
* **Ali ShahAbbasi** - [shahabbasi](https://github.com/shahabbasi)
39+
* **Mina Tafreshi** - [minatafreshi](https://github.com/minatafreshi)
40+
* **Majid Ghasemi** - [Thewm](https://github.com/Thewm)
2941

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

src/css/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $text-color: white !default;
2424

2525
/// Main brand color
2626
/// @type Color
27-
$brand-color: #8e44ad !default;
27+
$brand-color: #44ad70 !default;
2828

2929
/// Light grey
3030
/// @type Color

src/images/1-1.jpg

-20.4 KB
Binary file not shown.

src/images/1-1.png

85.4 KB
Loading

src/images/1-2.jpg

-31.4 KB
Binary file not shown.

src/images/1-2.png

146 KB
Loading

0 commit comments

Comments
 (0)