Skip to content

Geolocation-based web app for prerelease of The M Machine's Glare album

License

Notifications You must be signed in to change notification settings

cannoneyed/tmm-glare

Repository files navigation

The M Machine | Glare

The prerelease app for The M Machine's Glare album. Built with React, Redux, and Firebase.

Quick Start

# Clone the Repo
$ git clone https://github.com/cannoneyed/tmm-glare
$ cd tmm-glare

# Install dependencies - Make sure you're using npm@3 and node>4
$ npm install

# Decrypt the firebase credentials using the secret key (ask Andy)
$ brew install git-crypt
$ git-crypt <path to the secret key>

# Start the app
$ npm start

glare.fm is built with

Commands

Script Description
npm start Start webpack development server @ localhost:3000
npm run build Lint, test, and build the application to ./target
npm run dev Same as npm start
npm run lint Lint .js files
npm run server Start express server @ localhost:3000 to serve built artifacts from ./target (must run npm run build first)

Screenshots











About

Geolocation-based web app for prerelease of The M Machine's Glare album

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published