You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool was created to provide a centralized resource for prompt ideas that can help improve your interactions with ChatGPT and other AI assistants. Use these prompts to:
8
9
@@ -19,6 +20,14 @@ This codebase can serve as a foundation for creating your own custom prompt mana
19
20
- Client-specific prompt collections for agencies
20
21
- Personal collections of your most effective prompts
21
22
23
+
## Deployment
24
+
25
+
To deploy your own version:
26
+
27
+
1. Fork this repository
28
+
2. Update the `base` path in `vite.config.ts` to match your GitHub Pages URL structure
29
+
3. Enable GitHub Pages in your repository settings
30
+
22
31
## Installation & Usage
23
32
24
33
To run this project locally:
@@ -56,18 +65,10 @@ This project is built with:
56
65
- shadcn-ui
57
66
- Tailwind CSS
58
67
59
-
## Deployment
60
-
61
-
To deploy your own version:
62
-
63
-
1. Fork this repository
64
-
2. Update the `base` path in `vite.config.ts` to match your GitHub Pages URL structure
65
-
3. Enable GitHub Pages in your repository settings
0 commit comments