Aloka Prompt AI
Description
Aloka AI Prompt is an open-source AI prompting tool for the modern world to discover, create, and share creative prompts.
Tech Stack
Getting Started
Prerequisites
- Node.js and yarn installed on your local machine.
- MongoDB instance (local or cloud).
- OAuth credentials.
Installation
-
Clone the repository:
git clone https://github.com/alokacomputing/aloka-prompt-ai.git
-
Install the dependencies:
cd aloka-prompt-ai yarn install
-
Create a
.env
file in the root directory and fill it with your MongoDB and OAuth credentials:GOOGLE_ID=YOUR_VALUE GOOGLE_CLIENT_SECRET=YOUR_VALUE MONGODB_URI=YOUR_VALUE NEXTAUTH_URL=YOUR_VALUE NEXTAUTH_URL_INTERNAL=YOUR_VALUE NEXTAUTH_SECRET=YOUR_VALUE
-
Run the development server:
yarn dev
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.