https://github.com/imyelo/channel-midnight
:crescent_moon: :radio: 每个熬夜加班的团队都值得拥有的午夜电台
https://github.com/imyelo/channel-midnight
channel fm midnight music nodejs realtime team
Last synced: 3 months ago
JSON representation
:crescent_moon: :radio: 每个熬夜加班的团队都值得拥有的午夜电台
- Host: GitHub
- URL: https://github.com/imyelo/channel-midnight
- Owner: imyelo
- License: mit
- Created: 2017-02-20T15:28:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T13:04:41.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T03:51:12.686Z (5 months ago)
- Topics: channel, fm, midnight, music, nodejs, realtime, team
- Language: HTML
- Homepage:
- Size: 398 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# channel-midnight
> :crescent_moon: :radio: 每个熬夜加班的团队都值得拥有的午夜电台
## 如何开始
1. 安装 libao- Debian
```sh
sudo apt-get install libao-dev
```- OSX
```sh
sudo brew install libao
```2. 安装 nodejs
3. 安装 node-dev 及 gulp
```sh
npm i -g node-dev gulp
```4. 安装依赖包
```sh
npm i # 后端依赖包
cd src/static && npm i # 前端依赖包
```## 如何运行
### 正式环境
1. 编译打包```sh
npm run build
```2. 启动服务端
```sh
npm run server
```### 调试模式
1. 开启前端文件实时编译```sh
cd src/static && npm start
```2. 启动服务端
```sh
npm start
```## 听说你有一个 Idea
[提交到 Trello](https://trello.com/b/HXu2z0rO/channel-midnight-todo)## License
The MIT License### Favicon License
Icons made by [Vectors Market](https://www.flaticon.com/authors/vectors-market) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)