Nexify is a project designed to teach you about Next.js.
- https://medium.com/frontendweb/how-to-use-the-useselectedlayoutsegments-hook-in-next-js-f505da7844e1
- https://medium.com/frontendweb/guide-to-using-the-useselectedlayoutsegment-hook-in-next-js-5210efd597be
- https://medium.com/frontendweb/next-js-seo-how-to-add-open-graph-and-twitter-images-easily-35510844183f
- https://medium.com/frontendweb/how-to-install-and-use-the-vercel-toolbar-in-your-next-js-development-environment-6cb0cace18fd
First, clone the repository from GitHub using Git.
git clone https://github.com/officialrajdeepsingh/Nexify.git
Next, install the project dependencies using one of the following package managers: NPM, BUN, Yarn, or PNPM.
# Got to Nexify folder
cd Nexify
# install node package
pnpm install
# or
npm install
Finally, run your local development server and open http://localhost:3000 in your browser to see the results.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev