Set up development environment + AGENTS.md cloud instructions#4
Draft
HornLakeFire wants to merge 1 commit into
Draft
Set up development environment + AGENTS.md cloud instructions#4HornLakeFire wants to merge 1 commit into
HornLakeFire wants to merge 1 commit into
Conversation
Co-authored-by: jeremy <jeremyepowell@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the local development environment for the Horn Lake Fire Department dashboards app and documents how to run it for future Cursor Cloud agents.
AGENTS.mdwith a## Cursor Cloud specific instructionssection covering how to run the standalone Express dev server, expected no-secret behavior (Firestore/Active911 logs are non-fatal), good endpoints to verify, and the availablenpm run checksyntax check.npm install(no build/test framework exists in this repo).Environment verification
npm install— dependencies installed (290 packages).npm run check—node --check server.jspasses.node server.js— server boots on port 10000; Firestore/Active911 warnings are expected without secrets and handled gracefully.GET /api/health,GET /api/analytics-dashboard, and the/analyticsUI all return/render real data from bundled CSVs.Hello-world demonstration
Loaded the
/analyticsdashboard in Chrome — it renders real incident analytics (1,286 total calls; 160 Fire / 932 EMS / 194 Other), monthly call-volume chart, incident-type breakdown, recent incidents, and busiest addresses.analytics_dashboard_demo.mp4
Analytics dashboard rendered with real data
To show artifacts inline, enable in settings.