We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Nextjs Project using the newapp directory of Nextjs v13.
app
For more details on the new nextjsapp directory:Nextjs app dir
First, install the dependencies:
npm install# oryarn
Second, run it:
npm run dev# oryarn dev# orpnpm dev