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
npm install framer-motion
npm install next-auth
npm install bcrypt
npm install @next-auth/prisma-adapter
npm install algoliasearch
npm install nodemailer
npm install react@18.3.1 react-dom@18.3.1
or
yarn install
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.
If you are using a GitHub repo then you can go with free-of-cost and easy-to-use options like Vercel, or Netlify they offer decent-free tiers for Next.js hosting.
If you like the template, please star this repository to inspire the team to create more stuff like this and reach more users like you!