/tt-mobile

PWA and web scraper for swiss table tennis results

Primary LanguageJavaScript

TT-mobile

This repository includes an unofficial mobile client for click-TT. It consists of

  • a client powered by Preact
  • a server/webscraper powered by Osmosis

You can view the app here.

Development

First, clone the repository:

git clone git@github.com:czosel/tt-mobile.git
cd tt-mobile

Docker

With docker and docker-compose installed, run

docker-compose up -d

Local installation

Alternatively, install and run the server and client locally:

# server
cd server
npm install && npm start

# client
cd client
npm install && npm start