Skip to content

Commit

Permalink
Replace css with scss
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Apr 5, 2019
1 parent ae03055 commit ea6d3a6
Show file tree
Hide file tree
Showing 7 changed files with 1,646 additions and 352 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
settings.js

# This is generated by scss
style.css

# Created by https://www.gitignore.io/api/node
# Edit at https://www.gitignore.io/?templates=node
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SRComp Livestream Overlay

A HTML and JavaScript overlay for the livestream of the competition.

## Usage

Build: `npm run build`

Copy `settings.example.js` to `settings.js`

Edit the `settings.js` with the appropriate `srcomp` settings.

Use chroma-key with your streaming software.
Loading

0 comments on commit ea6d3a6

Please sign in to comment.