Skip to content

Commit 5c02ab2

Browse files
committed
update readme.md
1 parent 67d8183 commit 5c02ab2

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

app-logo.png

41.5 KB
Loading

readme.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# CodeXen app
2+
![CodeXen](app-logo.png)
23

34
Short code(Snippet/Templatefile/Command) storage + boosting service
5+
> This repo is a workbench to build CodeXen app
46
57
## Status
6-
v0.1 breakthru
8+
v0.1 is building now
79

8-
## Specs
9-
Web application
10-
Electron application
10+
## How To Use
1111

12-
## Using packages
13-
- AngularJS
14-
- Electron
12+
``` sh
13+
git clone https://github.com/Rokt33r/codexen-app.git
14+
npm install
15+
npm start
16+
```
17+
18+
You can check it -> [localhost:8080](http://localhost:8080)
19+
20+
> Electron build will be updated soon.

src/tpls/states/home.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="home-state">
2-
<h1 class="jumbotron">Codexen App <small>v0.1(breakthru)</small></h1>
2+
<h1 class="jumbotron">Codexen App <small>v0.1</small></h1>
33
<p>
44
App for Code snippets<br>
55

0 commit comments

Comments
 (0)