Prequesites for running the program:
- PNPM
- Node JS
- Text editor (I will be using VS Code)
- Download or clone the source code
- Open it in a text editor such as VS Code
- From the built in terminal in VS Code use the
cd
command and go to the ComputerHardwareWebsite folder. - Now run the command,
pnpm run dev
. - This should give you a localhost link from which you can view the project.
In order to use this website you can click on any of the boxes which will bring up a popup to show more information about the component (generated by Gemini) and then once you click on the learn more button you will be brought to a chatbox in case you have more questions.
The tools and libraries used to create this project are:
- Next JS
- Tailwind CSS
- Shadcn
- Gemini API
- Vercel