This is a Next.js project bootstrapped with create-next-app
.
The purpose of this project is to compare the built in accessibility of the routing in NextJS, for the purposes of comparison with other frameworks.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev