mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
update readme.md
This commit is contained in:
BIN
app-logo.png
Normal file
BIN
app-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
20
readme.md
20
readme.md
@@ -1,14 +1,20 @@
|
|||||||
# CodeXen app
|
# CodeXen app
|
||||||
|

|
||||||
|
|
||||||
Short code(Snippet/Templatefile/Command) storage + boosting service
|
Short code(Snippet/Templatefile/Command) storage + boosting service
|
||||||
|
> This repo is a workbench to build CodeXen app
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
v0.1 breakthru
|
v0.1 is building now
|
||||||
|
|
||||||
## Specs
|
## How To Use
|
||||||
Web application
|
|
||||||
Electron application
|
|
||||||
|
|
||||||
## Using packages
|
``` sh
|
||||||
- AngularJS
|
git clone https://github.com/Rokt33r/codexen-app.git
|
||||||
- Electron
|
npm install
|
||||||
|
npm start
|
||||||
|
```
|
||||||
|
|
||||||
|
You can check it -> [localhost:8080](http://localhost:8080)
|
||||||
|
|
||||||
|
> Electron build will be updated soon.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="home-state">
|
<div class="home-state">
|
||||||
<h1 class="jumbotron">Codexen App <small>v0.1(breakthru)</small></h1>
|
<h1 class="jumbotron">Codexen App <small>v0.1</small></h1>
|
||||||
<p>
|
<p>
|
||||||
App for Code snippets<br>
|
App for Code snippets<br>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user