Welcome to the Photography repository! This project is designed to showcase a collection of photographs through a web-based static gallery.
Follow these steps to set up and run the project locally:
- Install Dependencies:
brew install python3 exiftool graphicsmagick- Install Node 18 (thumbsup needs it):
brew install nvm
nvm install 18
nvm use 18- Install Thumbsup:
brew install thumbsup- Install Dependencies:
sudo apt-get update
sudo apt-get install -y python3 exiftool graphicsmagick- Install Node 18:
# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.bashrc
nvm install 18
nvm use 18- Install Thumbsup:
npm install -g thumbsup- Clone Repository:
git clone https://github.com/framinosona/photography.git
cd photography- Run thumbsup:
thumbsup --config config.json