Skip to content

Commit 86679e6

Browse files
committed
Base version for web and desktop
1 parent 3322526 commit 86679e6

File tree

19 files changed

+72
-0
lines changed

19 files changed

+72
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build/

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
all:
3+
cd ./src/web/ && zip -ru ../../build/app-web.zip ./*
4+
cd ./src/desktop/ && zip -ru ../../build/app-desktop.zip ./*
5+
6+
clean:
7+
rm build/app-web.zip build/app-desktop.zip

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ Codebox for Google Chrome
22
==============
33

44
Google Chrome Packaged Application for Codebox.
5+
6+
7+
Build it using:
8+
9+
```
10+
$ make clean && make
11+
```
File renamed without changes.

presentation/presentation.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Codebox lets you manage hundreds of powerful clean development environments in the cloud.
2+
3+
Cloud IDE
4+
Access a complete and modern cloud IDE
5+
6+
Linux Powered
7+
Each environment is it's own clean Ubuntu Virtual Machine.
8+
9+
Run anything
10+
Having a full virtual machine you get all the power of terminals entirely in your browser.
11+
12+
Realtime Collaboration
13+
Edit code with a collaborative editor just like Google Docs.
14+
15+
Offline mode
16+
Code even when you're offline. Your code will be synchronized upon reconnection.
17+
18+
Cross Platforms
19+
The Cloud IDE runs on your desktop, laptop, chromebook and tablet.
20+
21+
Full control
22+
Plug in your own authentication backend and access all other data exposed via APIs.
23+
24+
GIT Workflow
25+
Each environment provides you with the best tools and cutting edge technology including GIT.
26+
27+
Add-on friendly
28+
Build your own features and functionnalities with Codebox's add-on system.
29+
30+
Open Source
31+
The IDE is open source and avilable on GitHub.

src/desktop/icons/128.png

2.43 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)