/beerpong-dashboard

:beer: Beer pong, also known as Beirut, is a drinking game in which players throw a ping pong ball across a table with the intent of landing the ball in a cup of beer on the other end.

Primary LanguageTypeScript

Beerpong Dashboard 🍻

Getting started

Setup

  • Clone the repository:
    $ git clone https://github.com/colodenn/beerpong-dashboard

  • Change directory:
    $ cd beerpong-dashboard

  • Install using npm or yarn:
    npm install
    or
    yarn

  • create the local environment:
    cp .env.example .env.local

  • fill the first two lines with the database connection parameters (These are private of course, ask colodenn for them)

Run Locally

  • start the server:
    yarn dev

This project supports hot-reloading, so you only need to execute this once while working on it locally.