Skip to content

Commit c1c1d47

Browse files
committed
add bootstrap
1 parent b5af352 commit c1c1d47

File tree

7 files changed

+553
-39
lines changed

7 files changed

+553
-39
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ develop:
77
lint:
88
npx eslint .
99

10+
lint-fix:
11+
npx eslint --fix .
12+
1013
build:
1114
NODE_ENV=production npm run build
1215

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# RSS Aggregator
1+
# RSS Reader
22

33
[![.github/workflows/ci.yml](https://github.com/olgarozmetova/frontend-project-11/actions/workflows/ci.yml/badge.svg)](https://github.com/olgarozmetova/frontend-project-11/actions/workflows/ci.yml)
4+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=olgarozmetova_frontend-project-11&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=olgarozmetova_frontend-project-11)
45

56
### Hexlet tests and linter status:
67

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Vite App</title>
88
</head>
99
<body>
10-
<div id="app"></div>
10+
<div class="container py-4 px-3 mx-auto">
1111
<script type="module" src="/src/main.js"></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)