Skip to content

Commit 523720e

Browse files
committed
Create README.md
1 parent 28a2724 commit 523720e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Rendr Example Blog
2+
This is a RESTfulll blog build with Rendr, MongoDB. It tries to demonstrates how to use the Rendr library.
3+
However, it's still very buggy. Any contribution would be appreciate.
4+
5+
## Usage
6+
```sh
7+
git clone [email protected]:trantorLiu/rendr-example-blog.git
8+
cd rendr-example-blog
9+
npm install
10+
#development mode
11+
grunt && node index.js
12+
#production mode
13+
grunt server
14+
```

0 commit comments

Comments
 (0)