To run your own project version, you need the following on your computer:
Most project-related dependencies are managed by NPM and will be installed automatically when you attempt to run the project. We will discuss these dependencies in the following section.
Clone or download and extract this repository. Install dependencies using NPM.
npm install
If everything runs smoothly, NPM will inform you of the number of packages installed. Then you can try to run it and hope everything goes smoothly.
npm run dev
The project will be available for viewing at http://localhost:3000.
This project uses Next.js 13 and Sanity. Make sure you understand how both technologies work and their usage before running the project.
Next.js is a React framework used for building web applications. This project utilizes Next.js version 13. Ensure you have a basic understanding of Next.js and how to develop applications using this framework. The official Next.js documentation can be found at Next.js Documentation.
Sanity is a content management platform used in this project. With Sanity, you can manage the content and data used on the website. Make sure you understand the concepts and workings of Sanity before using this project. Further information about Sanity can be found in the Sanity Documentation.