A simple photography portfolio page written in vanilla React.
- Create basic react app.
npx create-react-app portfolio
- Install missing packages
npm install web-vitals
npm install react-router-dom
npm install masonry-layout
npm install react-helmet
- Test changes/fixes with
npm install
npm start
npm start
docker compose down && docker system prune -af && docker compose build && docker compose up -d && docker logs -f jakesphotos
Getting image links from Immich is not straightforward.
Procedure is to
- Add a new image to the shared folder.
- Generate a new share link for the folder.
- Open the shared link, and for each picture right click > open image in new tab.
- The generated URL should be of the form
https://images.whitney.rip/api/assets/e03f66a6-a619-4624-a473-860026b3446a/thumbnail?size=preview&key=G4sdLdVrDhEpIFRcIJ9alvI6Re6_CmJGQ1VirR5Y3zjkA22Cr6vMVcviTYpTjq8PnuA&c=S6DnBWy90pmryXsnoQX9CQ3Y%2BBo%3D
- URL can be added to the images.js file.