Small experiment in sveltejs to show dice stats for intransitive dices.
See it working on githup-pages.
Dies ist kleines Experiment mit svelte und d3. Eine Statistik für Grime'sche intransitive Würfel wird erstellt und mittels d3 visualisiert.
Kommentare an den Autor gerne hier.
Du brauchst
- git
- nodejs
- pnpm
# Aktuelles nodjs installieren
nvm install --lts --latest-npm
# Repository herunterladen
git clone https://github.com/thoka/dice-stats.git
## falls du ssh Zugriff auf github eingerichtet hast:
## git clone git@github.com:thoka/dice-stats.git
cd dice-stats
# Bibliotheken herunterladen
npm install
# starten ...
npm run dev