README update
This commit is contained in:
parent
ee68906f09
commit
b9e328181f
1 changed files with 2 additions and 3 deletions
|
|
@ -1,15 +1,14 @@
|
||||||
# Picturarium
|
# 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.
|
modal view. The app uses TypeScript, Material UI, and explicit remote/request state handling for loading and error states.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
This assumes `node` is installed on your system.
|
This assumes `node` is installed on your system.
|
||||||
TODO: specify `git clone` too here.
|
|
||||||
|
|
||||||
```bash
|
```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
|
cd picturarium
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue