jnovack / heroes-messageboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroes-messageboard

heroes-messageboard is designed to make a streaming a bit easier for Heroes of the Storm(tm).

The goal of the project is to allow streamers fast and easy access to the graphical capabilities provided and animations allowed by HTML5/CSS/Javascript without having to write or learn Flash or After Effects.

Preview

Use

This is not intended for public consumption at this time, I have a lot of code that needs to be converted to environment variables and dependencies that need to be documented. Stay tuned!

My intent is to (docker)[http://docker.io]ize the dependencies as much as possible, rather than relying on third-party storage.

Development

A nodemon.json file should be created in the root so that grunt can run properly. This would hold all run-time environment variables you do not wish to commit to the git repo.

{
    "env": {
        "PORT": 3000
    }
}

About

License:MIT License


Languages

Language:JavaScript 40.2%Language:CSS 27.4%Language:HTML 25.1%Language:Shell 7.2%Language:Makefile 0.0%