Thanks for your interest in contributing! Here's how to get started.
git clone https://github.com/ArcedeDev/air-sdk.git
cd air-sdk
npm install
npm test- TypeScript with strict mode enabled
- Run
npm run lintbefore submitting changes - Run
npm run typecheckto verify type correctness
- Fork the repository and create a feature branch from
main - Make your changes and ensure all tests pass (
npm test) - Run
npm run lintandnpm run typecheckwith no errors - Open a pull request against
mainwith a clear description of the change
Please open an issue on GitHub with steps to reproduce, expected behavior, and actual behavior.