Nufflee / schedule

Schedule for my streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuffleee

Schedule for Nufflee Streams

Schedule for Nufflee streams. Front-End only Single Page Application without any Back-End. Makes all of the schedule building work yours computer problem. Saves me money on hosting.

Deployed on https://nufflee.github.io/schedule/

Prerequisites

Quick Start

$ npm install
$ make
$ cd dist/
$ make -j4 watch                  # for watch mode
                                  # -j4 is required to run file watchers and http server
                                  # in parallel
$ <browser> http://localhost:8080/dist/

About

Schedule for my streams

License:MIT License


Languages

Language:TypeScript 73.5%Language:CSS 12.7%Language:HTML 6.8%Language:Makefile 5.0%Language:Python 1.5%Language:Nix 0.5%