Here are the steps you need to follow to install the dependencies.
1.Download and extract the template from Next.js Templates.
2.cd into the template directory then run this command to install all the dependencies
npm install
Note: As of right now React 19 causes peer dependencies issues with some packages, so the legacy-peer-deps
flag is required.
You can start the project on the local server
npm run dev
It’ll start the template on localhost:3000.
The documentation includes all the guides you need for the integrations.