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.
- Host: GitHub
- URL: https://github.com/kobiton/docs
- Owner: kobiton
- Created: 2022-10-17T01:03:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:56:10.000Z (6 months ago)
- Last Synced: 2024-10-29T15:22:53.062Z (6 months ago)
- Topics: android-testing, appium, automation-testing, documentation, ios-testing, manual-testing, mobile-testing
- Language: CSS
- Homepage: https://docs.kobiton.com
- Size: 223 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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).