Skip to content

james2doyle/a11y

Repository files navigation

a11y

A site for checking if color combinations pass AA or AAA

screenshot.png

Open the project on GitHub Pages.

Getting Started

Run the following commands:

Install dependencies once:

npm install

Start the development server:

npm run dev

Build a production bundle (generated in the docs folder):

npm run build

Preview the production build locally:

npm run preview

Project Configuration

  • Base Path: The project is configured to use /a11y/ as the base path for production builds. This is set in vite.config.js and is automatically applied when NODE_ENV=production.
  • Output Directory: The production build outputs to the docs folder, which is suitable for GitHub Pages deployment.

About

A small web tool for checking if color combinations pass AA or AAA

Topics

Resources

Stars

Watchers

Forks