Roll 5 is a dice game designed to be accessible and screen reader friendly.
The project is tested using NVDA (free and open source screen reader).
-
Clone and change to the directory:
git clone https://github.com/joaonunomota/roll-5.git cd roll-5
-
Install Node requirements:
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint