Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.09 KB

readme.md

File metadata and controls

70 lines (48 loc) · 1.09 KB

channel-midnight

🌙 📻 每个熬夜加班的团队都值得拥有的午夜电台

screenshot

如何开始

  1. 安装 libao

    • Debian

       sudo apt-get install libao-dev
    • OSX

       sudo brew install libao
  2. 安装 nodejs

  3. 安装 node-dev 及 gulp

    npm i -g node-dev gulp
  4. 安装依赖包

    npm i # 后端依赖包
    cd src/static && npm i # 前端依赖包

如何运行

正式环境

  1. 编译打包

    npm run build
  2. 启动服务端

    npm run server

调试模式

  1. 开启前端文件实时编译

    cd src/static && npm start
  2. 启动服务端

    npm start

听说你有一个 Idea

提交到 Trello

License

The MIT License

Favicon License

Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY