A site for checking if color combinations pass AA or AAA
Open the project on GitHub Pages.
Run the following commands:
Install dependencies once:
npm installStart the development server:
npm run devBuild a production bundle (generated in the docs folder):
npm run buildPreview the production build locally:
npm run preview- Base Path: The project is configured to use
/a11y/as the base path for production builds. This is set invite.config.jsand is automatically applied whenNODE_ENV=production. - Output Directory: The production build outputs to the
docsfolder, which is suitable for GitHub Pages deployment.
