DevDash is a custom developer dashboard built with React.
Using the Axios library, we’ll be able to check from the dashboard whether the localhost is up or down (feature under development).
This guide explains how to run it locally or install in your browser.
- Clone project
git clone https://github.com/Raulmora22/DevDash.git- Go to the project
cd DevDash- Install dependencies
npm install- Start the development server
npm run dev- Clone project
git clone https://github.com/Raulmora22/DevDash.git- Go to the project
cd DevDash- Install dependencies
npm install- Build the project
npm run build-
Open your browser and go to the extensions page:
- Chrome:
chrome://extensions - Brave:
brave://extensions - Edge:
edge://extensions
- Chrome:
-
Enable Developer Mode (toggle in the top right corner).
-
Click Load unpacked and select the
distfolder inside the project.
✅ DevDash should now appear as an active extension.
New updates soon