Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 495 Bytes

README.md

File metadata and controls

executable file
·
27 lines (17 loc) · 495 Bytes

这是 MINDPIN KC 知识平台的演示中心工程,该工程用于以下目的:

  • 支持产品特性的在线演示
  • 用来实验一些具有探索性质的设计思路
  • 用来实验一些最新的开发特性

运行环境

  • ruby 2.2.5

运行方法

bundle install
npm install
rails s -b 0

注意事项

npm install 时的进度条问题
https://www.v2ex.com/t/243866

应使用国内镜像安装
npm --registry http://npmreg.mirrors.ustc.edu.cn install