Skip to content

GalenBlabla/potato

Repository files navigation

potato

potato 是一个看动漫的客户端应用,配合后端使用。后台数据来源于风车动漫(dmla7.com),服务端代码托管在 potato-backend 项目中。

目前该项目只开发出了原型版本,尚未对各个平台进行适配。

项目地址

快速开始

按照以下步骤克隆并运行 Potato 前端应用:

  1. 克隆代码仓库

    git clone https://github.com/GalenBlabla/potato.git
  2. 进入项目目录

    cd potato
  3. 运行应用

    flutter run

贡献

如果您对 Potato 项目感兴趣并希望做出贡献,请按照以下步骤进行:

  1. Fork 本仓库
  2. 创建您的分支 (git checkout -b feature/new-feature)
  3. 提交您的修改 (git commit -am 'Add some feature')
  4. 推送到分支 (git push origin feature/new-feature)
  5. 创建一个新的 Pull Request

感谢您的贡献!

许可证

本项目基于 MIT 许可证开源,详细信息请参阅 LICENSE 文件。