/home-gallery

Self-hosted alternative for Google Photos (Work in Progress)

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Home Gallery

Self-hosted alternative for Google Photos

Development

Prerequisites

  • Go
  • Node.js and npm

Setup

  1. Clone the repository
git clone https://github.com/ivteplo/home-gallery
  1. Navigate to the cloned folder
cd home-gallery
  1. Install dependencies
go mod tidy
  1. Start the development server
npm run dev
  1. Happy hacking! 🎉