Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runpod/docs
Globally distributed compute in the cloud built for production.
https://github.com/runpod/docs
Last synced: 3 months ago
JSON representation
Globally distributed compute in the cloud built for production.
- Host: GitHub
- URL: https://github.com/runpod/docs
- Owner: runpod
- Created: 2022-10-13T23:33:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:24:26.000Z (4 months ago)
- Last Synced: 2024-09-15T09:41:59.194Z (4 months ago)
- Language: JavaScript
- Homepage: https://docs.runpod.io/
- Size: 6.6 MB
- Stars: 8
- Watchers: 5
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - runpod/docs - Globally distributed compute in the cloud built for production. (JavaScript)
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Installation
```shell
yarn
```## Local Development
```shell
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
yarn build
```## Linting
- Install [vale](https://vale.sh/docs/vale-cli/installation/)
- Lint a specific folder or file, run:```command
vale path/to/docs/
# or
vale path/to/*.md
```- Lint the entire repo
```command
yarn lint
```## Format Python code examples
Install `blacken-docs`.
```command
python -m pip install blacken-docs
```Run the formatter.
```command
git ls-files -z -- '*.md' | xargs -0 blacken-docs
```## Update CPU and GPUs
```command
yarn gpu-types
yarn cpu-types
```