2024-12-24 11:23:20 -10:00
2024-12-30 13:45:31 -10:00
2024-12-24 11:23:20 -10:00
2024-12-29 23:07:09 -08:00
2024-12-27 13:31:41 -10:00
2024-12-28 14:51:39 -10:00
2024-12-29 23:07:09 -08:00

jakesphotos

A simple photography portfolio page written in vanilla React.

First Time Setup

  1. Create basic react app.
npx create-react-app portfolio
  1. Install missing packages
npm install web-vitals
npm install react-router-dom
npm install masonry-layout
npm install react-helmet
  1. Test changes/fixes with
npm install
npm start

Running

Local development

npm start

Docker

docker compose down && docker system prune -af && docker compose build && docker compose up -d && docker logs -f jakesphotos
Description
A simple photography portfolio page.
Readme 157 MiB
Languages
JavaScript 57.2%
CSS 23.9%
HTML 15.1%
Dockerfile 3.8%