120mm black and white Photography portfolio 📸 Powered by SvelteKit and ImageKit!
This section describes how to get a running copy of this portfolio web app on your local machine.
You will need Node installed on your system.
# 1. Clone the repository
git clone git@github.com:arienshibani/photo-portfolio.git
# 2. Install dependancies
npm install
# 3. Start the app!
npm run dev
Automatic deploys to github pages whenever anything is merged into main.