AI-Prompts

⭐ A fast and lightweight web application that lists useful and favorite AI/GPT prompts ⭐

MIT License

Stars
3
Committers
1

关于此项目

上方是适用于平板设备尺寸的 index 页面截图, 点击此处 可查看更多详细截图

AI-Prompts是一个快速且轻量级的 Web 应用,列出了实用和受欢迎的AI提示词。每个人都可以通过修改 prompts.json 中的内容并提交 Pull Request 为此开源项目做出贡献。

技术栈

  • Svelte
  • SvelteKit
  • TailwindCSS
  • Magic UI
  • Localize with svelte-i18n
  • Typescript with ES6+ syntax
  • Dockerfile

前置要求

  • NodeJS LTS 20+

开始

克隆此项目

$ https://github.com/gaomingzhao666/AI-Prompts.git # 克隆
$ cd AI-Prompts
$ npm install # 安装所需依赖
$ npm run dev # 运行

使用 Docker

  1. 克隆或者下载此项目.
  2. 确保电脑中已安装 Docker Desktop.
  3. Install the Docker extension in your VScode.
  4. 右击 Dockerfile 并选择 Build Image 选项.
  5. 打开 Docker Desktop 启动此容器.

如何给此项目贡献提示词

你可以通过访问 prompts.json 文件并遵循已存在的数据结构添加内容,然后提交 Pull Request 即可

参考文献

贡献者

此项目由 gaomingzhao666@Nano 开发

开源协议

MIT License