README update

This commit is contained in:
Yura Dupyn 2026-05-15 17:14:04 +02:00
parent ee68906f09
commit b9e328181f

View file

@ -1,15 +1,14 @@
# Picturarium
Picturarium is a small React image gallery using the Lorem Picsum API. It displays paginated image thumbnails, caches loaded pages during the session, and opens selected images in a larger
[Picturarium](https://projects.dupyn.com/picturarium/) is a small React image gallery using the Lorem Picsum API. It displays paginated image thumbnails, caches loaded pages during the session, and opens selected images in a larger
modal view. The app uses TypeScript, Material UI, and explicit remote/request state handling for loading and error states.
# Installation
This assumes `node` is installed on your system.
TODO: specify `git clone` too here.
```bash
git clone // TODO
git clone https://git.meatbagoverclocked.com/omedusyo/picturarium # or `git clone https://github.com/omedusyo/picturarium` in case internet provider disconnects my internet or my minipc explodes.
cd picturarium
npm install
```