Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 689 Bytes

galleria-generator

Galleria JSON generator, written in Elm.

Galleria is a

free JavaScript image gallery framework that simplifies the process of creating beautiful image galleries for the web and mobile devices.

It relies on a JSON file describing the images in the gallery and their titles and descriptions. Editing JSON manually is a chore. This project aims to provide a easy to use generator for said JSON file.

Development

The project is developed in Elm which can be installed via their website. Running

elm make

should build the project.