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-lib
Install dependencies:
bashnpm install
Build the library:
bashnpm run build
Build the WASM test module:
bashnpm run build:wasm
Run tests:
bashnpm test
Generate documentation:
bashnpm run build:docs