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:
Clone the repository:
bashgit clone [https://github.com/ptprashanttripathi/wasp-lib.git](https://github.com/ptprashanttripathi/wasp-lib.git) cd wasp-libInstall dependencies:
bashnpm installBuild the library:
bashnpm run buildBuild the WASM test module:
bashnpm run build:wasmRun tests:
bashnpm testGenerate documentation:
bashnpm run build:docs
