oneflower / schedule

Schedule for Tsoding Streams

Home Page:https://tsoding.github.io/schedule/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tsoding Build Status

Schedule for Tsoding Streams

Schedule for Tsoding 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 in https://tsoding.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 Tsoding Streams

https://tsoding.github.io/schedule/

License:MIT License


Languages

Language:TypeScript 74.1%Language:SCSS 9.7%Language:HTML 7.2%Language:Makefile 5.2%Language:CSS 3.3%Language:Nix 0.5%