jquery.gracket.js
Experience interactive tournament brackets with real-time updates. Hover over teams to see them highlighted across all rounds. Use the controls below to interact with the bracket.
File Explorer
Download Latest Version (.zip)- ci.yml
- deploy.yml
- publish.yml
- index.html
- angular.ts
- index.ts
- module-stubs.d.ts
- react.tsx
- solid.tsx
- svelte.svelte
- svelte.svelte.d.ts
- svelte.ts
- vue.ts
- webcomponent.ts
- Gracket.test.ts
- Gracket.ts
- byes.test.ts
- byes.ts
- reporting.test.ts
- reporting.ts
- tournament.test.ts
- tournament.ts
- index.ts
- integration.test.ts
- style.css
- test-utils.ts
- types.ts
- .editorconfig
- .gitignore
- .npmignore
- .prettierrc
- ADAPTERS.md
- eslint.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- vite.config.ts
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/Zettersten/jquery.gracket.js
Downloads the entire project code from GitHub to your computer.
cd jquery.gracket.js
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install gracket
Downloads and installs the libraries listed in package.json.
yarn add gracket
Type this command into your terminal and run it.
pnpm add gracket
Type this command into your terminal and run it.
npm test
Type this command into your terminal and run it.
npm run test:watch
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
