Skip to content

stafast/media.love-explosion.com

Repository files navigation

Love Explosion Media with Astro and Piwigo

🌟 Overview

Just a simple astro photo gallery with piwigo as API for https://media.love-explosion.com

🚀 Quick Start

  1. 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
  2. Development

     npm run dev
  3. Build

     npm run build