roam-js
Version:
Roam Javascript SDK to listen to location updates.
17 lines (11 loc) • 555 B
Markdown
# Contributing to the Roam SDK for Javascript
Thanks for your interest in contributing to the project!
## Ramping Up
### Prerequisites
Make sure you have node and npm/yarn installed and the tools necessary for your desired platforms.
## Setting Up and Running Examples
### Clone the repo
`git clone https://github.com/roam-ai/roam-js`
### Try running the example
Example applications are present in examples directory.
Feel free to modify them, add the required parameters like publishable key, user id, group id in environment and start using them.