Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berwin/demos
demos 一个简洁的web开发编辑器
https://github.com/berwin/demos
css demo editor html javascript
Last synced: 17 days ago
JSON representation
demos 一个简洁的web开发编辑器
- Host: GitHub
- URL: https://github.com/berwin/demos
- Owner: berwin
- Created: 2014-09-11T10:57:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T11:31:42.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T01:27:08.982Z (30 days ago)
- Topics: css, demo, editor, html, javascript
- Language: JavaScript
- Homepage: http://demos.so
- Size: 2.31 MB
- Stars: 138
- Watchers: 16
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demos
Demos 是一个风格简洁的代码编辑器,用来写demo,小案例等。
Demos 基于 Koa 与 MongoDB 开发
## Clone codes and run
```bash
# clone from git
$ git clone [email protected]:berwin/demos.git$ cd demos
# install dependencies
$ npm install# copy the default configuration file
$ cp config/default.js config/index.js# modify configuration file
$ vim config/index.js# run
node app.js
```## deploy
```bash
# Start
pm2 start process.json# Reload
pm2 reload process.json# Delete
pm2 delete process.json
```