feat(docs): update quick start instructions in README and SELF-HOSTING files

This commit is contained in:
Fatih Kadir Akın
2026-01-05 19:41:50 +03:00
parent 7c9aa269a9
commit 30f843b1d1
3 changed files with 65 additions and 13 deletions

View File

@@ -62,6 +62,22 @@ OPENAI_API_KEY="your-openai-api-key"
## Installation
### Quick Start (Recommended)
The fastest way to create a new prompts.chat instance:
```bash
npx prompts.chat new my-prompt-library
cd my-prompt-library
```
This will:
1. Clone a clean copy of the repository (without development files)
2. Install dependencies
3. Launch the interactive setup wizard
### Manual Installation
1. **Clone the repository**
```bash
git clone https://github.com/f/awesome-chatgpt-prompts.git
@@ -80,9 +96,9 @@ OPENAI_API_KEY="your-openai-api-key"
This will guide you through configuring:
- **Branding** — App name, logo, description
- **Theme** — Primary color, border radius, UI variant
- **Authentication** — GitHub, Google, Azure AD, or email/password
- **Languages** — Select from 14 supported locales
- **Features** — Private prompts, categories, tags, AI search
- **Authentication** — GitHub, Google, Apple, Azure AD, or email/password
- **Languages** — Select from 16 supported locales
- **Features** — Private prompts, categories, tags, comments, AI search, AI generation, MCP support
4. **Configure environment variables**
```bash