Skip to content

XdarkX/schedule

 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.4%
  • CSS 12.6%
  • HTML 7.2%
  • Makefile 5.3%
  • Nix 0.5%