Skip to content

Contributing

We welcome contributions! Please see our Contributing Guide on GitHub for details on our code of conduct and the process for submitting pull requests.

Development Setup

To get started with local development:

  1. Clone the repository:

    bash
    git clone [https://github.com/ptprashanttripathi/wasp-lib.git](https://github.com/ptprashanttripathi/wasp-lib.git)
    cd wasp-lib
  2. Install dependencies:

    bash
    npm install
  3. Build the library:

    bash
    npm run build
  4. Build the WASM test module:

    bash
    npm run build:wasm
  5. Run tests:

    bash
    npm test
  6. Generate documentation:

    bash
    npm run build:docs