Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 849 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 849 Bytes

FireKylin

该项目在重写中,预计 3 月初发布。请大家耐心等待!

A Simple & Fast Node Bloging Platform Base On ThinkJS 2.0 & ReactJS & ES2015

Install

git clone https://github.com/75team/firekylin.git

直接生成firekylin目录包括最新的代码

Install dependencies and compile

进入firekylin目录,执行下面命令:

cd firekylin
//建议:cnpm install(速度会快一点儿,你懂的)
npm install

使用淘宝镜像,安装所需依赖

  • 安装依赖模块
  • 根据提示配置数据库信息,创建数据库并导入默认数据

start server

//开启服务
npm start
//开发模式,需要开启实时编译
npm run serve