Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
/ tvpc-v2 Public archive
forked from GEWIS/tvpc-v2

Complete rewrite of the TVPC frontend of Study Association GEWIS

Notifications You must be signed in to change notification settings

GEWISstijl/tvpc-v2

 
 

Repository files navigation

GEWIS AViCo TVPC Script (v2)

This repository is a complete rewrite of the TVPC script, written by Pieter Kokx many, many years ago. Because the old script was written in PHP5.6 with some Javascript and contained several memory leaks, it was decided to fully rewrite the code behind it. This new version is written in Typescript.

How to run

  1. Clone this repository.
  2. Install all packages (Typescript and ESLint) with npm install.
  3. While in the root directory of the repo, compile the Typescript files with tsc. When you want to debug the code in your browser, run tsc --sourceMap.
  4. Open index.html.

About

Complete rewrite of the TVPC frontend of Study Association GEWIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.3%
  • TypeScript 18.1%
  • Other 1.6%