Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
/ Leeven Public archive

在线的Markdown文档管理工具

License

Notifications You must be signed in to change notification settings

biallo/Leeven

Repository files navigation

#Leeven

Leeven是一个基于nodejs、mongodb以及一系列社区开源项目构建的团队在线文档管理工具。

###目录结构

Leeven
|-- bin
|-- config
|-- controllers
|-- dao
|-- libs
|	|--middlewares	
|-- models
|-- public
|	|--images
|	|	|--avatar
|	|--javascripts
|	|--libs
|	|	|--ace
|	|	|--handlebars
|	|	|--nprogress
|	|	|--semantic
|	|--stylesheets
|-- routes
|-- views
|-- LICENSE.md
|-- README.md
|-- package.json
|-- Gruntfile.js
|-- app.js

###构建

首先确认你已配置好了nodejs和mongodb。

然后,在Leeven的根目录安装所依赖的node_modules:

npm install

Leeven使用Grunt构建项目,在安装好所有依赖项后,执行grunt即可运行项目

grunt

About

在线的Markdown文档管理工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages