Skip to content

Commit 44cb909

Browse files
committed
Update README
1 parent 611556d commit 44cb909

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
### Status badges:
22
[![Actions Status](https://github.com/thedoorbell/fullstack-javascript-project-4/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/thedoorbell/fullstack-javascript-project-4/actions)
3-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=thedoorbell_fullstack-javascript-project-4&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=thedoorbell_fullstack-javascript-project-4) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=thedoorbell_fullstack-javascript-project-4&metric=coverage)](https://sonarcloud.io/summary/new_code?id=thedoorbell_fullstack-javascript-project-4)
3+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=thedoorbell_fullstack-javascript-project-4&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=thedoorbell_fullstack-javascript-project-4) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=thedoorbell_fullstack-javascript-project-4&metric=coverage)](https://sonarcloud.io/summary/new_code?id=thedoorbell_fullstack-javascript-project-4)
4+
5+
## Minimum requirements:
6+
7+
Linux, MacOS or Windows (WSL)
8+
9+
## How to install
10+
11+
```bash
12+
$ git clone [email protected]:thedoorbell/fullstack-javascript-project-4.git
13+
```
14+
```bash
15+
$ npm install
16+
```
17+
18+
### page-loader - download HTML page demo-run
19+
20+
[![asciicast](https://asciinema.org/a/xt1Kch8zUDtulHJsPgcYUKL4x.svg)](https://asciinema.org/a/xt1Kch8zUDtulHJsPgcYUKL4x)

0 commit comments

Comments
 (0)