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.
cloneyour forked repo withgit clone <yourRepoUrl>.- Install Node if you haven't already.
cdinto the project directory and runnpm install.- Run
npm run startin your project directory.
