Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 489 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 489 Bytes

Contributing

Internal Dashboard

Run the following commands:

npm install && npm run dev In the vite.config.ts file, a proxy is set up to redirect all API requests to http://127.0.0.1:4040. To work with real data while in development mode, you can open a tunnel using Expose on the actual server, which will direct the dashboard API to the 4040 port. (Please note, the WebSocket connection doesn't work in this setup, so you'll need to refresh the page to see new requests.)