diff --git a/app-logo.png b/app-logo.png new file mode 100644 index 00000000..053bfc43 Binary files /dev/null and b/app-logo.png differ diff --git a/readme.md b/readme.md index 06bee76b..cfe6a27b 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,20 @@ # CodeXen app +![CodeXen](app-logo.png) Short code(Snippet/Templatefile/Command) storage + boosting service +> This repo is a workbench to build CodeXen app ## Status -v0.1 breakthru +v0.1 is building now -## Specs -Web application -Electron application +## How To Use -## Using packages - - AngularJS - - Electron +``` sh +git clone https://github.com/Rokt33r/codexen-app.git +npm install +npm start +``` + +You can check it -> [localhost:8080](http://localhost:8080) + +> Electron build will be updated soon. diff --git a/src/tpls/states/home.tpl.html b/src/tpls/states/home.tpl.html index 651752f8..93c5ee20 100644 --- a/src/tpls/states/home.tpl.html +++ b/src/tpls/states/home.tpl.html @@ -1,5 +1,5 @@
-

Codexen App v0.1(breakthru)

+

Codexen App v0.1

App for Code snippets