Thank you for taking your time to contribute to our SDK!
This guide will provide you information to start your own development and testing.
Happy coding 💃
Check out our SDK documentation for requirements!
There are two ways to setup your development environment:
You will likely need to run this only once:
./dev-docker-build.sh
export MOMENTO_API_KEY=<YOUR_API_KEY>
./dev-run-integration-tests.sh
- Open the
.devcontainer/devcontainer.json
file (present in the root of this repository) in IntelliJ IDEA. - In the left gutter, click and select
Create Dev Container and Mount Sources
. - This will create and launch a development container with all necessary dependencies pre-installed.
You can now develop and test the SDK in the container.
- Open the
.devcontainer/devcontainer.json
file (present in the root of this repository) in Visual Studio Code. - Click on the
Reopen in Container
button in the bottom right corner. - This will create and launch a development container with all necessary dependencies pre-installed.
You can now develop and test the SDK in the container.