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

https://github.com/kobiton/docs

The content for Kobiton Docs.
https://github.com/kobiton/docs

android-testing appium automation-testing documentation ios-testing manual-testing mobile-testing

Last synced: 13 days ago
JSON representation

The content for Kobiton Docs.

Awesome Lists containing this project

README

        

# Welcome to Kobiton Docs

This repository contains the source files for [docs.kobiton.com](https://docs.kobiton.com/), the docs site for our mobile-testing platform, Kobiton. If you'd like to help improve the docs, you can:

- [Report an issue](https://github.com/kobiton/docs/issues/new?assignees=&labels=issue&projects=&template=report_an_issue.md&title=)
- [Request a feature](https://github.com/kobiton/docs/issues/new?assignees=&labels=enhancement&projects=&template=request_a_feature.md&title=)
- [Contribute](CONTRIBUTING.md)

## Quick start

To build the docs locally, you'll need [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/). Run the following commands to check if they're installed:

```plaintext
node --version
yarn --version
```

If Node.js and Yarn are installed, install project dependencies by running:

```plaintext
yarn install
```

To build the docs and start a local server, run:

```plaintext
yarn local
yarn server-docs
```

## Code of Conduct

At Kobiton, we pledge to make participation in our community a harassment-free experience for everyone. You can learn more in our official [Code of Conduct](CODE_OF_CONDUCT.md).