๐Ÿ“ŠDashboard Setup

This Page would guide to setup dashboard in your local

The dashboard is our project, built using Reactarrow-up-right and Next.JSarrow-up-right

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 thisarrow-up-right 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