# Gallery-Maker **Repository Path**: mirrors_mozilla/Gallery-Maker ## Basic Information - **Project Name**: Gallery-Maker - **Description**: INACTIVE - http://mzl.la/ghe-archive - Curate Galleries of Makes - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/mozilla/Gallery-Maker.png)](https://travis-ci.org/mozilla/Gallery-Maker) Gallery Maker ============= A tool for creating and manipulating lists of Makes. ## Setup Requirements: * [nodejs](http://nodejs.org/) * [foreman](http://ddollar.github.io/foreman/) * [gulp](http://gulpjs.com/) To get started: 1. From the project directory, run `npm install` 2. copy `env.dist` to `.env` - `cp .env.dist .env` and configure as necessary 3. run the app with `foreman start`