Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 715 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 715 Bytes

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