From 0bfe0d523e5599b66719e9aa6edc4ee5f4c04054 Mon Sep 17 00:00:00 2001 From: Abhay Bansal <125886200+abhaybansal0322@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:08:51 +0530 Subject: [PATCH] docs(js-sandbox): update development instructions (#6387) --- packages/hoppscotch-js-sandbox/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/hoppscotch-js-sandbox/README.md b/packages/hoppscotch-js-sandbox/README.md index 3a58616f0..8da89bc97 100644 --- a/packages/hoppscotch-js-sandbox/README.md +++ b/packages/hoppscotch-js-sandbox/README.md @@ -43,22 +43,28 @@ cd hoppscotch/packages/hoppscotch-js-sandbox ``` -4. Try out the demo [`src/demo.ts`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-js-sandbox/src/demo.ts) using: +4. Build the package +```bash +pnpm run build ``` -npm run demo + +5. Run the test suite + +```bash +pnpm run test ``` ## Versioning This project follows [Semantic Versioning](https://semver.org/) but as the project is still pre-1.0. The code and the public exposed API should not be considered to be fixed and stable. Things can change at any time! ## License -This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see [`LICENSE`](https://github.com/hoppscotch/hopp-js-sandbox/blob/main/LICENSE) for more details. +This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see [`LICENSE`](../../LICENSE) for more details.