8000 GitHub - PranjalJain-1/docs: Globally distributed compute in the cloud built for production.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PranjalJain-1/docs

 
 

Repository files navigation

Website

This website is built using Docusaurus, a modern static website generator.

Installation

yarn

Local Development

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

yarn build

Linting

  • Install vale
  • Lint a specific folder or file, run:
vale path/to/docs/
# or
vale path/to/*.md
  • Lint the entire repo
yarn lint

Format Python code examples

Install blacken-docs.

python -m pip install blacken-docs

Run the formatter.

yarn format
git ls-files -z -- '*.md' | xargs -0 blacken-docs

Update CPU and GPUs

yarn gpu-types
yarn cpu-types

About

Globally distributed compute in the cloud built for production.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • Python 29.5%
  • CSS 10.2%
0