Skip to content

This project serves as the website for STTI NIIT I-Tech, developed using Next.js, React, and Sanity technologies. This initiative is utilized as part of the On-The-Job Training completion

Notifications You must be signed in to change notification settings

MezzyCode/stti-niit-itech-web

Repository files navigation

STTI NIIT I-Tech Website Documentation

Prerequisites

To run your own project version, you need the following on your computer:

  • Node.js to execute the project
  • NPM to control project dependencies, usually bundled with Node.js

Dependencies

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.

Installation

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.

Additional Information

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

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

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.

About

This project serves as the website for STTI NIIT I-Tech, developed using Next.js, React, and Sanity technologies. This initiative is utilized as part of the On-The-Job Training completion

Resources

Stars

Watchers

Forks