6 Star 6 Fork 2

Gitee 极速下载/Chalktalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/kenperlin/chalktalk
克隆/下载
run.linux 275 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kristofer Schlachter 提交于 2015-06-15 23:21 +08:00 . updated linux script and readme
#!/bin/sh
killall node
if [ `ps -x | grep 'node server/main.js' | wc | cut -c-10` -lt 2 ]
then node server/main.js >> node.log &
fi
#xdg-open 'http://localhost:11235/'
#assuming chrome is in the path
chromium-browser --allow-file-access-from-files 'http://localhost:11235/'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Chalktalk.git
git@gitee.com:mirrors/Chalktalk.git
mirrors
Chalktalk
Chalktalk
master

搜索帮助