You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2018. It is now read-only.
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
+
```
4
29
5
-
..TODO
30
+
On the first ```node index``` run, you need to run
0 commit comments