@matdata/yasgui-utils 5.10.0 → 5.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -285,13 +285,17 @@ For more details, see **[User Guide - Querying Local Endpoints](./docs/user-guid
|
|
|
285
285
|
We welcome contributions! To get started:
|
|
286
286
|
|
|
287
287
|
1. Fork the repository
|
|
288
|
-
2. Clone and install: `npm
|
|
288
|
+
2. Clone and install: `PUPPETEER_SKIP_DOWNLOAD=1 npm ci`
|
|
289
289
|
3. Run dev server: `npm run dev`
|
|
290
290
|
4. Make your changes
|
|
291
291
|
5. Run tests: `npm test`
|
|
292
292
|
6. Submit a pull request
|
|
293
293
|
|
|
294
|
-
For detailed contribution guidelines, see
|
|
294
|
+
**📋 For detailed contribution guidelines, including our plugin development policy, see [CONTRIBUTING.md](./CONTRIBUTING.md).**
|
|
295
|
+
|
|
296
|
+
Additional resources:
|
|
297
|
+
- **[Developer Guide](./docs/developer-guide.md)** - API reference and integration guide
|
|
298
|
+
- **[Plugin Development](./docs/developer-guide.md#plugin-development)** - How to create plugins
|
|
295
299
|
|
|
296
300
|
---
|
|
297
301
|
|