-
Navigate to the Project Directory
cd Frisbee-Cash
-
Install Dependencies
npm install
-
Run Development Server and Verify Grid
npm run dev
-
Run Production Version to Recreate Issue
npm run build npm run preview
Each step should be completed in the order given to effectively recreate the issue. Let me know if any additional details are required.