https://github.com/videotogether/website
https://github.com/videotogether/website
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/videotogether/website
- Owner: VideoTogether
- Created: 2022-07-11T10:37:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:29:15.000Z (over 1 year ago)
- Last Synced: 2025-02-10T11:31:30.957Z (over 1 year ago)
- Language: HTML
- Size: 16.9 MB
- Stars: 38
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/systemstatus.md
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) 页面。