mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
21 lines
391 B
Markdown
21 lines
391 B
Markdown
# CodeXen app
|
|

|
|
|
|
Short code(Snippet/Templatefile/Command) storage + boosting service
|
|
> This repo is a workbench to build CodeXen app
|
|
|
|
## Status
|
|
v0.1 is building now
|
|
|
|
## How To Use
|
|
|
|
``` 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.
|