Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/mrozbarry/it-was-a-git-day
- Owner: mrozbarry
- Created: 2015-12-08T19:23:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T19:45:32.000Z (almost 9 years ago)
- Last Synced: 2024-05-21T12:44:22.089Z (6 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```