Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Commit 68b0ccf

Browse files
committed
Update README.md
1 parent 385e8f0 commit 68b0ccf

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

README.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
1+
<h1 align="center"><img src="https://github.com/xNerhu/MaterialBlog/blob/master/src/images/logo.png" width="128"></h1>
2+
3+
[![Build Status](https://api.travis-ci.org/xNerhu/MaterialBlog.svg)](https://travis-ci.org/xNerhu/MaterialBlog)
4+
[![dependencies Status](https://david-dm.org/xNerhu/MaterialBlog.svg)](https://david-dm.org/xNerhu/MaterialBlog)
5+
[![devDependencies Status](https://david-dm.org/xNerhu/MaterialBlog/dev-status.svg)](https://david-dm.org/xNerhu/MaterialBlog?type=dev)
6+
7+
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
8+
19
# MaterialBlog
2-
MaterialBlog is project created for my school class (Albert Einstein WSERO Laungage Secondary School)
3-
It's created on Google's Material Design guidelines.
10+
MaterialBlog is my school project (Albert Einstein WSERO Laungage Secondary School) written in ES2017 using InfernoJS for rendering UI and MongoDB for database management.
11+
It's created on Google's Material Design style.
12+
13+
## Running
14+
Before using those commands below, please make sure you have [`npm`](https://www.npmjs.com/), [`Python`](https://www.python.org/) and [`MongoDB`](https://www.mongodb.com/) installed.
15+
16+
Before running `MaterialBlog`, you need to install all needed dependencies:
17+
```bash
18+
npm install
19+
```
20+
21+
If you have installed all dependencies successfully, then in first terminal you need to run:
22+
```bash
23+
npm run start
24+
```
25+
and in second terminal:
26+
```bash
27+
node index
28+
```
429

5-
..TODO
30+
On the first ```node index``` run, you need to run
31+
```bash
32+
node fabric-reset
33+
```
34+
to create first admin account

0 commit comments

Comments
 (0)