Skip to content

Commit cf1c873

Browse files
committed
Attempting indented code to fence it inside list.
1 parent 3862014 commit cf1c873

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,25 @@ Currently the tool can be used to monitor the following information:
5454
sudo npm install -g npm
5555
```
5656
4. Install bower and gulp:
57-
```bash
58-
sudo npm install -g bower gulp
59-
```
57+
```bash
58+
sudo npm install -g bower gulp
59+
```
6060
5. Install NPM dependencies:
61-
```bash
62-
npm install
63-
```
61+
```bash
62+
npm install
63+
```
6464
6. Install Bower dependencies:
65-
```bash
66-
bower install
67-
```
65+
```bash
66+
bower install
67+
```
6868
7. Perform a build:
69-
```bash
70-
gulp build
71-
```
69+
```bash
70+
gulp build
71+
```
7272
8. Serve the fully assembled project:
73-
```bash
74-
node api/server.js serve:dist
75-
```
73+
```bash
74+
node api/server.js serve:dist
75+
```
7676

7777
The server will launch on port 3000. A proxy server through Apache or NGINX is recommended for production environments.
7878

0 commit comments

Comments
 (0)