diff --git a/README.md b/README.md index 366cb30..87b8bfc 100644 --- a/README.md +++ b/README.md @@ -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 ```