My Portfolio Website
The project is a web application that requires the installation of dependencies using Sanity globally. Users will need to follow specific steps to create a file and set up environment variables before running the development server.
.env.local
..env.local
file:NEXT_PUBLIC_SANITY_URL=""
NEXT_PUBLIC_SANITY_LATEST_PROJECTS=""
NEXT_PUBLIC_SANITY_ALL_PROJECTS=""
NEXT_PUBLIC_SANITY_PROJECTS=""
NEXT_PUBLIC_SANITY_PROJECT_BY_CATEGORY=""
NEXT_PUBLIC_SANITY_TOKEN=""
NEXT_PUBLIC_SANITY_TOKEN
.The project involves setting up environment variables and installing dependencies for a web application that interacts with Sanity for data management. By following the steps provided, users can create the necessary configuration and run the development server to view the project.