https://github.com/testomato/help.testomato.com
Testomato help & docs
https://github.com/testomato/help.testomato.com
docs help testomato
Last synced: 3 months ago
JSON representation
Testomato help & docs
- Host: GitHub
- URL: https://github.com/testomato/help.testomato.com
- Owner: testomato
- Created: 2020-04-14T14:31:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-31T10:14:07.000Z (3 months ago)
- Last Synced: 2026-03-31T12:16:42.100Z (3 months ago)
- Topics: docs, help, testomato
- Language: TypeScript
- Homepage: https://help.testomato.com
- Size: 24.1 MB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
### Installation
```shell script
yarn
```
### Local Development
```shell script
yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```shell script
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
```
GIT_USER= USE_SSH=true yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
### Open API generate
```shell
yarn api # generate OpenAPI docs to Markdown files
yarn api.clean # Delete OpenAPI generated files
yarn api.regenerate # Delete and Recreate
yarn api.bundle # Bundle all OpenAPI files to one
```