Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nitro0fun/poker-manager
- Owner: NiTrO0FuN
- License: mit
- Created: 2024-08-05T19:57:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T22:19:52.000Z (3 months ago)
- Last Synced: 2024-08-17T00:28:28.760Z (3 months ago)
- Language: Vue
- Homepage: https://nitro0fun.github.io/poker-manager/
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)