Add instructions to help Copilot coding agent

This commit is contained in:
Daniel Imms
2025-05-29 06:00:41 -07:00
parent e9c547c1c6
commit b0f300e61b
+10
View File
@@ -0,0 +1,10 @@
This is a TypeScript-based repository with a Ruby client for certain API endpoints. It includes several sub projects called addons which are built separately. It contains a demo application which showcases the functionality of the project.
Please follow these guidelines when contributing:
## Development Flow
- Install dependencies: `npm install && npm run setup`
- Build and bundle demo: `npm run build && npm run esbuild`
- Run unit tests: `npm run test-unit`
- Run playwright-based integration tests: `npm run test-integration`