yukiryo / gcdoc

Home Page:https://genkit.mhysb.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grasscutter Documention | 割草机文档

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

此网页使用Docusaurus 2创建,这是一个现代化网页生成器

English Version comming soon!

英文版本很快就好

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

This command generates static content into the build directory and can be served using any static contents hosting service.

此命令将会在build文件夹中生成静态文件以让您将其部署到任何静态网页托管服务器中

Deployment

部署

Deploy with Vercel

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

About

https://genkit.mhysb.xyz

License:GNU General Public License v3.0


Languages

Language:TypeScript 84.8%Language:JavaScript 12.5%Language:CSS 2.8%