Step 1: Download Node.js (v-18.17) to your computer. from "https://nodejs.org/en/download"
Step 2: After Install Node Open your terminal and run "node -v" it will show your nodejs version. Step 3: run "npm -v" it will show your npm version.
Step 4: Unzip dashboard folder.
Step 5: Open Terminal inside of the dashboard folder.
Step 6: Run "npm install" command in terminal.
_ Run the Development Server _ Start the Next.js development server: Run "npm run dev" command in terminal.
This will launch the development server, and you can access your project at http://localhost:3000 in your browser.
Open your browser and go to http://localhost:3000 to see your project in action.
If you're ready to deploy your project, you can build it using: "npm run build" command in terminal.