📊Dashboard Setup

This Page would guide to setup dashboard in your local

The dashboard is our project, built using React and Next.JS

The AIM of the Dashboard repo. is to generate a skeleton dashboard build that utilizes the export generated by the handshake scheduler for displaying beautiful (Should be) reports.

Why you might need a local setup?

  • Fix some UI/UX or dashboard-specific bugs generated in the reports.

  • Test the entire build end-to-end

Steps

  1. Clone this repo.

  2. Visit these requirements for double checking

  3. Move to handshake-nodejs-reporters/packages/handshake-dashboard

  4. npm install

  5. npm run dev

With these, we would be able to run the dev. version. you can explore the rest. 😊

Last updated