An open API service indexing awesome lists of open source software.

https://github.com/videotogether/website


https://github.com/videotogether/website

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# VideoTogether 文档

这里是 [VideoTogether 的文档源码仓库](https://github.com/VideoTogether/website)。

你也可以预览对应的 [VideoTogether 插件源码仓库](https://github.com/VideoTogether/VideoTogether)。

## 如何在本地编辑和预览该网站

本站基于 [VitePress](https://github.com/vuejs/vitepress) 建立。网站内容以 Markdown 格式书写。

### 1.下载源码

```sh
git clone https://github.com/VideoTogether/website.git
```

### 2.安装依赖

```sh
# 使用 npm
npm install

# 使用 yarn
yarn

# 使用 pnpm
pnpm install
```

### 3.运行本地开发环境

```sh
# 使用 npm
npm run dev

# 使用 yarn
yarn dev

# 使用 pnpm
pnpm run dev
```

## 如何参与贡献

目前网站处于维护状态,欢迎大家:

- 修复错别字或错误的书写格式
- 发 issue 讨论脚本使用过程中遇到的问题
- 发 issue 讨论脚本使用方面的建议或意见

## 贡献者列表

最新的文档贡献情况可以参阅 GitHub 提供的 [contributors](https://github.com/VideoTogether/website/graphs/contributors) 页面。