Skip to content

Commit 3499732

Browse files
committed
Update README.md with screenshots
1 parent 1143842 commit 3499732

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
# Grasswave CDN [WIP]
2-
A stupidly simple and easy to self-host, personal server for file hosting on the web
1+
# Grasswave CDN
2+
A stupidly simple and easy to self-host, personal server for file hosting on the web. Written in Rust.
33

44
Thanks, [@Maciejowski](https://github.com/maciejowski2006/), for the stylesheet!
55

6+
## Screenshots
7+
8+
<img src="screenshots/desktop.png" alt="screenshot of the main page">
9+
<details>
10+
<summary>Show more</summary>
11+
<h3>Mobile layout</h3>
12+
<img src="screenshots/mobile.png" alt="mobile layout" />
13+
<h3>Search</h3>
14+
<img src="screenshots/search.png" alt="search" />
15+
<h3>Tag search</h3>
16+
<img src="screenshots/tag-search.png" alt="tag search" />
17+
</details>
18+
619
## How to use
720
For every file you want to publish, create a seperate directory in the `files` folder, and place the files inside of them. In every directory, create a file named `info.toml`.
821
```
@@ -25,6 +38,3 @@ tags = ["lorem", "ipsum", "dolor"]
2538
path = "lorem.tar.xz"
2639
```
2740
Run the executable, and that's it! You can visit it in the browser at `http://127.0.0.1:8000`
28-
29-
---
30-
Currently work in progress

screenshots/desktop.png

344 KB
Loading

screenshots/mobile.png

243 KB
Loading

screenshots/search.png

72.1 KB
Loading

screenshots/tag-search.png

73.8 KB
Loading

0 commit comments

Comments
 (0)