Just a simple astro photo gallery with piwigo as API for https://media.love-explosion.com
-
Clone and Install
git clone https://github.com/stafast/media.love-explosion.com.git
cd astro-photo-gallery
npm install
Or Fork and Install
1.1 Click the 'Fork' button in the top right corner of this repository
1.2 Clone your forked repository
git clone https://github.com/YOUR_USERNAME/media.love-explosion.com.git
1.3 Navigate and install dependencies
cd npm install
-
Development
npm run dev
-
Build
npm run build