matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 54fef5ea13670da977172ce62954161ac93c1bce
parent 165be27c1737db92cd10fd38b995c0945b833179
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 25 Jan 2022 01:21:24 +0100

Update README

Diffstat:
MREADME.md | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,5 @@ [![Total alerts](https://img.shields.io/lgtm/alerts/g/MTRNord/matrix-art.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MTRNord/matrix-art/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/MTRNord/matrix-art.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MTRNord/matrix-art/context:javascript) +[![#matrix-art:art.midnightthoughts.space](https://img.shields.io/matrix/matrix-art:art.midnightthoughts.space.svg?server_fqdn=matrix.art.midnightthoughts.space&label=%23matrix-art:art.midnightthoughts.space&logo=matrix)](https://matrix.to/#/#matrix-art:art.midnightthoughts.space) # Matrix-Art @@ -8,14 +9,19 @@ Matrix Art is an experimental Devianart Fediverse version which tries to be clos https://scythe-pink-090.notion.site/Art-MX-Fediverse-Devianart-148d45b596e74582acff518baadd3026 +## Demo Page + +https://art.midnightthoughts.space/ + ## How to install ### Prerequisites - A Matrix Server with public registration - A Matrix Server with guests enabled +- A Matrix Server with dynamic thumbnails ### Steps 1. Either copy the `.env.local.example` to `.env.local` or set the `NEXT_PUBLIC_DEFAULT_SERVER_URL` variable. -2. Run `npm start` or build and run the Dockerimage -\ No newline at end of file +2. Run `npm run dev` or build and run the Dockerimage +\ No newline at end of file