Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 444 Bytes

NextJS blog project

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.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev