Skip to content

Roll 5 is a dice game designed to be accessible and screen reader friendly.

Notifications You must be signed in to change notification settings

joaonunomota/roll-5

Repository files navigation

Roll 5

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).

Development

Project Setup

  1. Clone and change to the directory:

    git clone https://github.com/joaonunomota/roll-5.git
    cd roll-5
  2. Install Node requirements:

    npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

Roll 5 is a dice game designed to be accessible and screen reader friendly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published