mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
19 lines
745 B
Markdown
19 lines
745 B
Markdown
# Pulse Scripts
|
|
|
|
This directory contains various scripts used for development, testing, and maintenance of the Pulse application.
|
|
|
|
## Development Tools
|
|
|
|
These scripts are for development and testing purposes only. They are not part of the main Pulse application and should not be used in production environments.
|
|
|
|
For more information about the development tools, see [README-dev-tools.md](README-dev-tools.md).
|
|
|
|
## Available Scripts
|
|
|
|
- **generate-mock-data.js** - Generates simulated data for development and testing
|
|
- **debug-socket.js** - Debug proxy for troubleshooting socket communication
|
|
- **debug-proxy.sh** - Runs the application with the debug proxy
|
|
|
|
## Production Scripts
|
|
|
|
There are currently no production scripts in this directory. |