From 1a5091ca4332d009d49605a24da306cb8973e7b7 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 15 Jul 2023 08:56:25 +0200 Subject: [PATCH] Added screenshot to README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 826b0c8..af87531 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ Fediwall is a *media wall* application made for [Mastodon](https://joinmastodon. There is a [public demo site](https://live.gwdg.de/wall/?theme=dark&server=mastodon.social&tags=foss,cats,dogs&accounts=defnull&info=top) you can start playing with. + +## Screenshot (dark/light theme) + +![screenshot](https://github.com/defnull/fediwall/assets/62740/d838dfa7-b200-42f5-8130-9506da7dba0f) + ## How to build and host your own Checkout this repository, run `npm install` once, then `npm run build` and copy the content of the `./dist/` folder to a web server of your choice. If you want to run Fediwall under a certain path instead of the web server root, specify the `--base` build option and all paths will be rewritten accordingly (e.g. `npm run build -- --base=/wall/` to serve it as `https://example.com/wall/`). @@ -56,4 +61,4 @@ This project was inspired by [Mastowall](https://github.com/rstockm/mastowall), GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . \ No newline at end of file + along with this program. If not, see .