Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcthesw/doc-game-save-manager
https://github.com/mcthesw/doc-game-save-manager
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcthesw/doc-game-save-manager
- Owner: mcthesw
- Created: 2024-02-18T05:03:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T03:19:27.000Z (3 months ago)
- Last Synced: 2024-11-09T19:34:12.555Z (about 2 months ago)
- Language: MDX
- Size: 2.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 介绍
[English Readme](#introduce)本仓库是[游戏存档管理器](https://github.com/mcthesw/game-save-manager)的文档仓库,该文档使用[Docusaurus](https://docusaurus.io/)构建
# 开发
## 安装依赖
首先你需要安装 pnpm ,然后安装对应依赖
```bash
pnpm i
```## 参与贡献
首先你需要fork本仓库,编辑`docs`文件夹以更改文档,编辑`blog`文件夹以更改更新记录,其它文件作用请参考[Docusaurus官方文档](https://docusaurus.io/)你可以使用以下指令进入开发模式,以在本地预览修改
```bash
pnpm dev
```完成修改后你可以直接向主分支提交,我检查完毕后会合并
----
# Introduce
This repository is the document repository of [Game Save Manager](https://github.com/mcthesw/game-save-manager), the document is built with [Docusaurus](https://docusaurus.io/)# Development
## Install dependencies
First you need to install pnpm, then install the corresponding dependencies
```bash
pnpm i
```## Contribute
First you need to fork this repository, edit the `docs` folder to change the document, edit the `blog` folder to change the update record, and refer to the [Docusaurus official documentation](https://docusaurus.io/) for the role of other filesYou can use the following command to enter development mode to preview the changes locally
```bash
pnpm dev
```After the modification is completed, you can submit it directly to the main branch, and I will merge it after checking