Skip to content

DaviTheDinosaur/bawk-board

 
 

Repository files navigation

Bawk Board

This is the repository for the BunnyBots 2022 scoring system: Bawk Board

Make a data folder, containing an teams.json and matches.json files with: [] in them.

You also need to create a event.json file inside your data foler, containing: {currentMatchID:"qm1"}.

Make a secrests.js file, containing:

export const origin_url = "";
export const auth_secret = "[auth_secret]";
export const tba_secret_id = "";
export const tba_secret = "";
export const port="[port]"
export const backend_url="//localhost:[port]"

Make sure to install all dependencies, then run:

npm run dev

About

Bunnybots Audience Webcast Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 47.8%
  • TypeScript 46.3%
  • CSS 2.7%
  • HTML 2.5%
  • JavaScript 0.7%