An accessible dice roller for everyone. 🎲♥
See it in action here.
- Designed for keyboard support ⌨️
- Designed for screen reader support 🗣
- System-level Dark Mode support with
prefers-color-scheme: dark
- System-level Reduced Motion support with
prefers-reduced-motion: reduce
- Fork this repo.
clone
your forked repo withgit clone <yourRepoUrl>
.- Install Node if you haven't already.
cd
into the project directory and runnpm install
.- Run
npm run start
in your project directory.