/B2METutorial

Ballex² 制图教程的 VuePress Next 源码

Primary LanguageMarkdown

Ballex² 制图教程 / Ballex² Mapping Tutorial

简介

  • 你可以在 BME Pro 中找到本教程,也可直接访问教程网站
  • 这是一份由我个人维护的非官方教程。
  • 网站由 VuePress Next 驱动。
  • 本教程的英文翻译尚不完善,如中英版本有冲突,请以中文版本为准。

本地部署

确保你安装了最新版本的 Node.js 和 包管理器。

以 pnpm 为例:

pnpm i        # 安装依赖
pnpm run dev  # 启动服务器

本教程会频繁更新,不建议以此法离线阅读。

贡献

  • 如果你在 Ballex² 官方 QQ 群 797934847,可以直接 @迪兰特
  • 如果你熟悉相关流程,也可以在此提交 issue 或 pull request。
    • 提交 pull request 前,建议先运行 check-format 脚本。

Introduction

  • You can find this tutorial in BME Pro or go directly to its website.
  • This is an unofficial tutorial maintained by me myself.
  • The website is powered by VuePress Next.
  • English localization of this tutorial is not yet complete. The Chinese version prevails if the English version contradicts with it.

Local Setup

Make sure you've installed the latest version of Node.js and package manager.

Taking pnpm as an example:

pnpm i        # install dependencies
pnpm run dev  # spin up a live server

This tutorial is updated frequently, so I don't recommend doing this to read it offline.

Contribution

  • If you are in the Ballex² official discord server 5NygdBmksE, you can directly @Dilant.
  • If you are familiar with the routines, you can create issues or pull requests here.
    • It's recommended to run check-format script before submitting a pull request.