Skip to content

SaschaLucius/monte-carlo-knows-it-better

Repository files navigation

Interactive Scrum Guide

While learning for PSM1 Certification I've developed this tool to summarize the mentioned terms of specific Scrum terms. Have fun using it.

Contributions

  • Contributions are welcome!
  • Changes to the Gide anf it's labels can be applied to /docs/*.md files
  • Changes can be applied to the Svelte and TypeScript files in /src/ folder
  • Please create a PR for the changes you want to apply
  • Feature-requests and Bugs can be submitted here

How to run

  • ./scripts/generate.sh
  • npm install
  • npm run dev

Sources

Custom Domain

Svelte

Websockets and Real Time Data

Docker

  • docker build --no-cache .
  • docker run -p 8080:3000
  • open localhost:8080