Skip to content

lundjrl/nextjs-accessibility-ci

Repository files navigation

Passes Next.js build Passes E2E tests License: MIT

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install dependencies with bun install or nvm use && yarn install

Then, run the development server with bun run dev

Running CI/CD

First, in a terminal window, run bun run dev to start the site.

Then, run bun run cypress:open or yarn cypress:open to open the E2E suite.