Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitro0fun/poker-manager

Helps you run poker games
https://github.com/nitro0fun/poker-manager

Last synced: 9 days ago
JSON representation

Helps you run poker games

Awesome Lists containing this project

README

        

# Poker manager

I wanted something to help me manage poker games easily without having to do all the calculations by hand.

Automatically deployed on: https://nitro0fun.github.io/poker-manager/

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

[![Build status](https://img.shields.io/github/actions/workflow/status/NiTrO0FuN/poker-manager/build.yml)](https://github.com/NiTrO0FuN/poker-manager/actions/workflows/build.yml)

## Add or update translations
Feel free to add a translation for any unsupported language!
> [!TIP]
> Please see https://github.com/NiTrO0FuN/poker-manager/pull/1 as a pull request example.

## Run Locally

Clone the project

```bash
git clone https://github.com/NiTrO0FuN/poker-manager
```

Go to the project directory

```bash
cd poker-manager
```

Install dependencies

```bash
npm install
```

Start the dev server

```bash
npm run dev
```

## Tech Stack

**Client:** [Vue.js](https://vuejs.org/), [Vite](https://vitejs.dev/), [PrimeVue](https://primevue.org/)