Skip to content

Raulmora22/DevDash

Repository files navigation

DevDash

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.

🖥️ Run Locally

  1. Clone project
git clone https://github.com/Raulmora22/DevDash.git
  1. Go to the project
cd DevDash
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

🚀 Load as Unpacked Extension

  1. Clone project
git clone https://github.com/Raulmora22/DevDash.git
  1. Go to the project
cd DevDash
  1. Install dependencies
npm install
  1. Build the project
npm run build
  1. Open your browser and go to the extensions page:

    • Chrome: chrome://extensions
    • Brave: brave://extensions
    • Edge: edge://extensions
  2. Enable Developer Mode (toggle in the top right corner).

  3. Click Load unpacked and select the dist folder inside the project.

✅ DevDash should now appear as an active extension.

New updates soon

About

Google New tab, but for delopers. (in development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published