Simple photo album generator.
- git 2.x (2.32.0)
- npm 6.x (6.14.14)
- node 14.x (14.17.5)
- Fork this repo in github
- Clone the forked repo to your local machine
cd
into the cloned repository directory- Copy your photos into
/album-images
. - Compress the images using
npm run compress
- Update the
homepage
field in thepackage.json
file - Git commit
git add . && git commit -m "photos added"
- Push to Github
git push