Skip to content

Commit e5ea7c7

Browse files
authored
Update README.md
Correct README.md file content.
1 parent df717ef commit e5ea7c7

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# GitLab Home Page Clone
2+
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)
23
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
34
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
45
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
@@ -32,7 +33,7 @@ The project can be found via the link below :<br/>
3233
- https://gitlab.com/obrymec/gitlab_home_page_clone
3334

3435
## Final result
35-
This is the final result of the project:<br/><br/>
36+
This is the final result of the project :<br/><br/>
3637
### Video
3738
[![Watch the project's video](https://img.youtube.com/vi/j7LeZvGRDzQ/maxresdefault.jpg)](https://youtu.be/j7LeZvGRDzQ)
3839

@@ -42,7 +43,7 @@ This is the final result of the project:<br/><br/>
4243
![Third render](./assets/render/render_3.png)
4344
![Fourth render](./assets/render/render_4.png)
4445

45-
## Project installation
46+
## Project Installation
4647
⚠️ This project uses some nodejs packages for code
4748
minification, css purge and auto prefixer for his
4849
production phase.
@@ -53,7 +54,7 @@ sources code and also dependencies installation
5354
whether you want. Otherwise, <b><i>it's
5455
mandatory to follow the steps below</i></b>.
5556

56-
### <u>Install nodejs</u>
57+
### <u>Nodejs Installation</u>
5758
```sh
5859
cd ~;\
5960
sudo apt install curl;\
@@ -71,39 +72,44 @@ yarn --version
7172
git clone git@github.com:obrymec/gitlab_home_page_clone.git gitlab_home_page/
7273
```
7374

74-
### <u>Install dependencies</u>
75+
### <u>Dependencies installation</u>
7576
Go to the root folder of the project sources
76-
and run:
77+
and run :
7778
```sh
7879
yarn install
7980
```
8081

81-
### <u>Run project</u>
82+
### <u>Project execution</u>
8283
Whether the project sources is opening with
8384
<i><a href = "https://code.visualstudio.com/download">
84-
vscode</a></i>, follow the steps below:
85+
vscode</a></i>, follow the steps below :
8586

8687
- Make sure that your computer is connected
8788
to Internet;
89+
8890
- Go to extensions section and tap `live server`
8991
within extensions search bar;
92+
9093
- Then, install it. After installation, close
9194
your <i><a href = "https://code.visualstudio.com/download">
9295
vscode</a></i> and open it again;
96+
9397
- When that is done, open `index.html` file
9498
inside `./public/index.html` and make a right
9599
click;
100+
96101
- In the displayed contextual menu, click on
97102
`Open with Live Server...`
98103

99104
Whether you don't using <i>
100105
<a href = "https://code.visualstudio.com/download">vscode</a></i>,
101-
go to the root folder of the project and run:
106+
go to the root folder of the project and run :
102107
```sh
103108
yarn start
104109
```
110+
105111
Then, open your favorite browser and tap on
106-
the search bar, the following link:
112+
the search bar, the following link :
107113
```sh
108114
http://localhost:5000/
109115
```

0 commit comments

Comments
 (0)