Skip to content

Commit 7733779

Browse files
committed
(docs): update README.md and add a new npm script
1 parent ea4591e commit 7733779

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@
99
<br>
1010

1111
<div align="center">
12-
<img src="https://img.shields.io/github/contributors/0l1v3rr/github-readme-tech-stack" alt="Contributors">
13-
<img src="https://img.shields.io/github/issues-raw/0l1v3rr/github-readme-tech-stack" alt="Open Issues">
14-
<img src="https://img.shields.io/github/issues-pr/0l1v3rr/github-readme-tech-stack" alt="Open PRs">
15-
<img src="https://img.shields.io/github/package-json/v/0l1v3rr/github-readme-tech-stack" alt="Version">
12+
<a href="https://github.com/0l1v3rr/github-readme-tech-stack/graphs/contributors" target="_blank">
13+
<img src="https://img.shields.io/github/contributors/0l1v3rr/github-readme-tech-stack" alt="Contributors">
14+
</a>
15+
<a href="https://github.com/0l1v3rr/github-readme-tech-stack/issues" target="_blank">
16+
<img src="https://img.shields.io/github/issues-raw/0l1v3rr/github-readme-tech-stack" alt="Open Issues">
17+
</a>
18+
<a href="https://github.com/0l1v3rr/github-readme-tech-stack/pulls" target="_blank">
19+
<img src="https://img.shields.io/github/issues-pr/0l1v3rr/github-readme-tech-stack" alt="Open PRs">
20+
</a>
21+
<a href="https://github.com/0l1v3rr/github-readme-tech-stack/releases" target="_blank">
22+
<img src="https://img.shields.io/github/package-json/v/0l1v3rr/github-readme-tech-stack" alt="Version">
23+
</a>
1624
</div>
1725

1826
<br>
@@ -31,9 +39,6 @@ With this site, you can customize your card.
3139

3240
<img src="./docs/demo-site.png" alt="">
3341

34-
> **Warning**
35-
> If the site doesn't load and displays a full white screen, try it in incognito mode.
36-
3742
<hr>
3843

3944
- [🖼️ Demo Website](#️-demo-website)
@@ -215,7 +220,7 @@ cd github-readme-tech-stack
215220
# Install the dependencies:
216221
npm i
217222

218-
# Install husky (optional, but recommended)
223+
# Install husky
219224
npm run prepare
220225

221226
# Run the application:
@@ -245,7 +250,6 @@ You can find a contributing guideline [here](CONTRIBUTING.md).
245250
<hr>
246251

247252
## 💡 Inspiration
248-
I was inspired by dozens of other projects, check 'em out as well!
249253
- [github-readme-streak-stats](https://github.com/DenverCoder1/github-readme-streak-stats)
250254
- [github-readme-stats](https://github.com/anuraghazra/github-readme-stats)
251255
- [github-profile-summary-cards](https://github.com/vn7n24fzkq/github-profile-summary-cards)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "tsc -p .",
88
"build:client": "npm run build --prefix client",
99
"start": "node dist/app.js",
10+
"start:client": "npm start --prefix client",
1011
"dev": "nodemon src/app.ts",
1112
"format": "prettier --write .",
1213
"format:check": "prettier --check .",

0 commit comments

Comments
 (0)