mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Update README.md
This commit is contained in:
parent
c47879f34c
commit
8e73c6b5c4
@ -129,11 +129,12 @@ apt-get install build-essential libkrb5-dev gcc g++
|
|||||||
build and start the app
|
build and start the app
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
|
npm run build
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
5. (optional) create a pull request at github to add your translation to the project.
|
5. (optional) create a pull request at github to add your translation to the project.
|
||||||
|
|
||||||
**Note**: you can also build your own release with as described in [1.1.1-b Install from source](#111-b-install-from-source);
|
**Note**: you can also build your own release with as described in [1.1.1-b Install from source](#121-b-install-from-source);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -152,7 +153,7 @@ apt-get install build-essential libkrb5-dev gcc g++
|
|||||||
* prioritizes thumbnail generation (generating thumbnail first for the visible photos)
|
* prioritizes thumbnail generation (generating thumbnail first for the visible photos)
|
||||||
* saving generated thumbnails to TEMP folder for reuse
|
* saving generated thumbnails to TEMP folder for reuse
|
||||||
* supporting multi-core CPUs
|
* supporting multi-core CPUs
|
||||||
* supporting hardware acceleration ([sharp](https://github.com/lovell/sharp)
|
* supporting hardware acceleration ([sharp](https://github.com/lovell/sharp))
|
||||||
* Custom lightbox for full screen photo and video viewing
|
* Custom lightbox for full screen photo and video viewing
|
||||||
* keyboard support for navigation
|
* keyboard support for navigation
|
||||||
* showing low-res thumbnail while full image loads
|
* showing low-res thumbnail while full image loads
|
||||||
|
Loading…
Reference in New Issue
Block a user