Skip to content

Commit 3e3fd52

Browse files
authored
docs: add screenshots
1 parent 79f4910 commit 3e3fd52

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ Written in pure html, js, css and minified to just ~10kb of code. Based on [mi-e
44

55
## Preview
66

7+
<div align="center">
8+
<img width="500" src="https://github.com/user-attachments/assets/9a78d77a-7277-4333-b233-3b3ce383f5a2" alt="Portfolio website preview screenshot">
9+
</div>
10+
711
## Getting started
812

913
Click on the `./src/index.html` file to open the **unminified** website.
1014

11-
If you want to change the content, you should go to the `./src` folder.
15+
If you want to change the content, you should edit files in the `./src` folder.
1216

1317
To minify the code first install dependencies:
1418

@@ -22,4 +26,4 @@ Then run the minify command:
2226
bun minify
2327
```
2428

25-
A minified code will be stored in the `./dist` folder.
29+
A minified code will be stored in the `./dist` folder.

0 commit comments

Comments
 (0)