Prerequisites
Some Prerequisites to manage project
1. Node.js
To install Node.js, go to Node.js and install the active LTS version.
2. npm
To download and install npm packages, you must have the npm package manager. This guide uses the npm client command line interface, which is installed with Node.js by default. To check that you have the npm client installed, run npm -v in a terminal/console window.
The following tools are required to customize the template:
A good text editor or IDE like VS Code or Webstorm
A modern web browser
NodeJs and Javascript package manager (npm or yarn) installed in the machine
Good HTML, CSS, Tailwind, Javascript, NextJS knowledge