Will Stensvold 4282c80a34 Adding themes to the selector, there might be a way to do this without
duplicating buttons but i couldnt figure out the cascade

Also added a favicon this should be able to be themed i haven't tried

removed chartDisplay and diceRoller as they are not used anymore

renamed generator to gameboard

updated the logic in the gameboard to use .empty instead of the numbers
it is easier to read
2025-12-15 22:49:17 -06:00
2025-12-09 16:14:15 -06:00
2025-12-09 16:14:15 -06:00
2025-12-09 01:19:57 -06:00
2025-12-09 16:14:15 -06:00

On The Spectrum - A party game to argue with friends about

Building project

Preliminary steps:

  • Get Bun curl -fsSL https://bun.com/install | bash
  • Maybe need Node too?
  • IDK. I'm also using Jujitsu but you don't have to.
  • Ask me if you have questions
  • You'll also prolly have to get ssh keys to push but idk.
# git clone the directory
git clone git@git.sr.ht:~svlad_cjelli/onTheSpectrum

# cd into directory
cd onTheSpectrum

# bun install all dependencies
bun i

# bun run with bun backend
bun --bun run dev --open
Description
No description provided
Readme 134 KiB
Languages
HTML 34.4%
Svelte 25.4%
CSS 20.9%
JavaScript 18.8%
TypeScript 0.5%