Skip to content

Xzonn/PokemonLZADatabase

Repository files navigation

《宝可梦传说 Z-A》数据库

Vercel Deploy GitHub License

图标

基于 React + TypeScript + Vite 构建的《宝可梦传说 Z-A》数据库网站。

网站地址:https://za.xzonn.top

详细说明

  • 前端框架:React 18 + TypeScript + Vite
  • UI 组件库:Ant Design 5
  • 样式处理:Tailwind CSS 4
  • 英文字体:Nunito
  • 部署方式:腾讯云(中国大陆)/ Vercel(其他区域)
  • 数据来源https://github.com/projectpokemon/za-textport

安装运行

前提条件

本地开发

  1. 克隆仓库到本地:

    git clone https://github.com/Xzonn/PokemonLZADatabase.git
    cd PokemonLZADatabase
  2. 安装依赖:

    pnpm install
  3. 启动开发服务器:

    pnpm start

生产构建

运行以下命令进行生产构建:

pnpm build

构建完成后,生产版本将保存在 build 文件夹中。