This repository contains the source files for docs.kobiton.com, the docs site for our mobile-testing platform, Kobiton. If you'd like to help improve the docs, you can:
To build the docs locally, you'll need Node.js and Yarn. Run the following commands to check if they're installed:
node --version
yarn --version
If Node.js and Yarn are installed, install project dependencies by running:
yarn install
To build the docs and start a local server, run:
yarn local
yarn server-docs
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.