/pingpong-airforce

Scoreboard for ping pong table at @epages-de headquarters.

Primary LanguageTypeScript

This project has been archived in favor of a simpler Google Spreadsheet. I had left the company and did not longer want to maintain the repo.

Ping Pong Airforce

pingpong.airforce is a web app to track the ping pong games that are going down at @ePages-de headquarters in Hamburg, Germany.

Installation

Use the package manager yarn to install dependencies.

yarn install

Running

You'll need to add an .env file with environment variables:

  • MONGO_DB_URL
  • CLEVERPUSH_SECRET (optional)

You can either use your own or contact me (jwieben@hey.com) and I might give them to you.

Commands

  • yarn dev: Starts development server with hot reloading.
  • yarn build: Creates a production build.
  • yarn start: Starts production server using the production build.
  • yarn lint: Runs linting checks (eslint) and formatting checks (prettier).
  • yarn fixlint: Automatically fixes linting and formatting issues if possible.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

ISC