Categorygithub.com/michaelcoll/gallery-web
modulepackage
0.6.0
Repository: https://github.com/michaelcoll/gallery-web.git
Documentation: pkg.go.dev

# README

Logo

A simple decentralized photo gallery

Logo Logo Logo

gallery-web

The main web app of the gallery app

Usage

$ ./gallery-web serve --help
Starts the serve

Usage:
  gallery-web serve [flags]

Flags:
  -h, --help   help for serve

Global Flags:
      --verbose   Verbose display

Exemple

Docker image usage

docker run -ti --rm \
-p 9000:9000 \
-p 8080:8080 \
ghcr.io/michaelcoll/gallery-web:latest

Build

Requirements

  • Node >= 18.10
  • Go >= 1.19
  • make command

Commands

make prepare
make

Run from code

make run

# Packages

No description provided by the author