How to Install Dashboard on Windows 11
This tutorial will guide you through the steps to install Dashboard on Windows 11 using the source code from Github.
Prerequisites
Before you start, please make sure you have the following installed on your system:
- Windows 11 operating system
- Git
- Node.js
- npm
Installation Steps
Open a Command Prompt or PowerShell window on your Windows 11 machine.
Clone the Dashboard repository from Github by running the following command:
git clone https://github.com/phntxx/dashboard.git
- Navigate to the cloned repository by running the command:
cd dashboard
- Install the required dependencies using npm by running the command:
npm install
- Build the project by running the command:
npm run build
- After the project has been built successfully, start the server by running the command:
npm start
- Open your web browser and navigate to http://localhost:3000 to view the Dashboard.
Congratulations, you have successfully installed Dashboard on Windows 11!