28 lines
715 B
Markdown
28 lines
715 B
Markdown
# Konabot Web
|
||
|
||
此方 Bot 专用 Web 应用,让坏枪的渲染模块可以有更多自定义的图图。
|
||
|
||
瓜皮告诉我说,四川人很喜欢说叠词。
|
||
|
||
## 安装
|
||
|
||
本项目使用 `bun` 进行包管理,但是如果你用 `npm` 的话我不拦你。这里建议用 `bun`。你可以前往[Bun 官网](https://bun.com/)查看如何安装 `bun`。例如,在 Windows,打开一个控制台,并输入:
|
||
|
||
```powershell
|
||
powershell -c "irm bun.sh/install.ps1 | iex"
|
||
```
|
||
|
||
安装好 `bun` 以后,在你喜欢的用于安置代码的文件夹,输入:
|
||
|
||
```bash
|
||
git clone https://gitea.service.jazzwhom.top/mttu-developers/konabot-web.git
|
||
cd konabot-web
|
||
bun install
|
||
```
|
||
|
||
## 运行
|
||
|
||
```bash
|
||
bun run dev
|
||
```
|