📊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
Clone this repo.
Visit these requirements for double checking
Move to
handshake-nodejs-reporters/packages/handshake-dashboard
npm install
npm run dev
With these, we would be able to run the dev. version. you can explore the rest. 😊
Last updated