<a name="readme-top"></a>
<div align="center">
<img width="160" src="https://raw.githubusercontent.com/iceberg-Lab/iceberg-assets/main/favicon.png">
<h1>VPNBoard 管理網站</h1>
這是由 Iceberg Lab 提供支援的 VPNBoard 管理網站
[English](./README.md)
·
[简体中文](./README.zh-CN.md)
·
繁體中文
·
[變更日誌](./CHANGELOG.md)
·
[回報問題][issues-link]
·
[請求功能][issues-link]
<!-- SHIELD GROUP -->
[![][github-release-shield]][github-release-link]
[![][github-releasedate-shield]][github-releasedate-link]
[![][github-action-release-shield]][github-action-release-link]<br/>
[![][github-contributors-shield]][github-contributors-link]
[![][github-forks-shield]][github-forks-link]
[![][github-stars-shield]][github-stars-link]
[![][github-issues-shield]][github-issues-link]
[![][github-license-shield]][github-license-link]
![](https://urlscan.io/liveshot/?width=1920&height=1080&url=https://admin.vpnboard.com/en-US)
</div>
<details>
<summary><kbd>目錄</kbd></summary>
#### 目錄
- [🌲目錄結構](#directory-structure)
- [⌨️ 本地開發](#️-local-development)
- [🤝 貢獻](#-contributing)
- [📦 架構](#-architecture)
- [📝 授權許可](#-license)
####
</details>
## 🌲目錄結構
這是專案中約定(或建議)的目錄結構列表。在專案開發過程中,請按照這個目錄結構組織代碼。
請閱讀 [DIRECTORY_STRUCTURE.md](./DIRECTORY_STRUCTURE.md) 以瞭解專案的結構描述。
## ⌨️ 本地開發
你可以使用 Github Codespaces 進行線上開發:
[![][codespaces-shield]][codespaces-link]
你可以使用 Gitpod 進行線上開發:
[![在 Gitpod 中開啟](https://gitpod.io/button/open-in-gitpod.svg)][gitpod-link]
或者擷取它進行本地開發:
```bash
git clone https://github.com/iceberg-Lab/vpnboard-admin-web.git
cd vpnboard-admin-web
# 安裝依賴
pnpm install
# 運行開發服務器
pnpm dev
```
用瀏覽器打開 http://localhost:3000 查看結果。
我們歡迎各種類型的貢獻, 如果你有興趣貢獻代碼,請隨時查看我們的 GitHub [問題清單][github-issues-link],並著手展示你的能力。
[![][pr-welcome-shield]][pr-welcome-link]
[![][contributors-contrib]][contributors-url]
請閱讀 ARCHITECTURE.md 以瞭解這個專案的架構。
版權所有 © 2024 [冰山 Lab][profile-link]。
這個專案是採用 GUN 授權許可。