Skip to content

Commit f450517

Browse files
committed
Bump dependencies
Update README
1 parent 3ec9060 commit f450517

File tree

3 files changed

+237
-5122
lines changed

3 files changed

+237
-5122
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Source code of my personal website & blog ✨
44

5+
Check the live version [here](https://shellbear.me/) ⚡️
6+
57
![home](./.github/img/home.png)
68
![blog](./.github/img/blog.png)
79

@@ -26,7 +28,15 @@ Source code of my personal website & blog ✨
2628

2729
## 💻 Getting Started
2830

29-
First, run the development server:
31+
Install dependencies:
32+
33+
```bash
34+
npm install
35+
# or
36+
yarn
37+
```
38+
39+
Then, run the development server:
3040

3141
```bash
3242
npm run dev

0 commit comments

Comments
 (0)