aemx / card-draw

Card draw app for ITG tournaments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardigan logo

A card draw app with sleek visuals for running ITG head-to-head tournaments, built with React.

Note: This is not intended to directly compete with DDRTools - go support their project too!

Screenshots

Screenshot of the home screen Screenshot of an active card draw

Installation

Clone the repository to the location of your choice.
Check if you have Node and npm installed using these respective commands:

node --version
npm --version

Install them if they're not on your system.

Then, run:

npm install

to install the necessary packages.

Running the project

To run a local copy of the project, use:

npm run dev

To build the project, use:

npm run build

If you have a way to host the website (e.g. GitHub Pages or Cloudflare Pages), set that up appropriately, then use:

npm run deploy

to build and deploy the project.

About

Card draw app for ITG tournaments


Languages

Language:TypeScript 56.6%Language:SCSS 42.2%Language:JavaScript 0.7%Language:HTML 0.5%