Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrozbarry/it-was-a-git-day

Fun way to broadcast your git repo to an office, team, or just yourself!
https://github.com/mrozbarry/it-was-a-git-day

Last synced: 27 days ago
JSON representation

Fun way to broadcast your git repo to an office, team, or just yourself!

Awesome Lists containing this project

README

        

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

# IMPORTANT NOTE

This isn't ready for public consumption yet.

# What is this?

It's a fun interface for teams (or individuals) to see and hear a custom live-stream of what's happening in their repos.

# Instructions

## Install

```bash
npm install
```

## Running

Run the development server

```bash
npm start
```

Build production javascript bundle

```bash
npm run compile && npm start
```

## Unit Testing

```bash
npm test
```