An open API service indexing awesome lists of open source software.

https://github.com/jwplayer/jwplayer-sdk-documentation


https://github.com/jwplayer/jwplayer-sdk-documentation

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# SDK Documentation for Android and iOS

## Developing Locally
If you haven't already installed **MKdocs** on your machine, run the following commands to install using pip:

```
pip install mkdocs
pip install markdown-fenced-code-tabs
```

To get started, `cd` into the Android or iOS directory and run the following commands:

```
yarn install
```

### Contributing Documentation

The source markdown files located in the `docs/` directory within each project can be edited using standard Markdown for basic formatting.

### Build and Preview:

Run the following commands to preview your edits at `http://127.0.0.1:8000/`:

```
grunt serve
```