Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

MCSLTeam/MCSL2-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCSL2

MCServerLauncher 2 官网

基于 VitePress 的新 MCSL 官网

用法

1.安装 Node.js 和 Git

https://nodejs.cn/download/

https://git-scm.com/downloads

2.克隆本仓库

git clone https://github.com/MCSLTeam/MCSLWebsite.git

3.安装依赖

先导航到本项目根目录。

bun install

4.运行

本地运行

bun run docs:dev

部署

bun run docs:build

构建后的文件在 docs/.vitepress/dist 文件夹中。