Note: The backend for this project can be found at this repository.
This project is a frontend for an LLM application that assists with deploying applications to the cloud.
Features:
- User-friendly interface for interacting with the LLM.
- Ability to deploy to various cloud platforms (specific platforms to be defined).
- Streamlined deployment process with user guidance.
Prerequisites:
- An OpenAI API key (you'll need to create an account)
Steps:
- Clone the repository:
git clone https://github.com/dialogify123/frontend.git- Install dependencies:
cd frontend
npm install- Set environment variables:
Create a file named .env in the project root directory and add the following line, replacing YOUR_OPENAI_API_KEY with your actual key:
OPENAI_API_KEY=YOUR_OPENAI_API_KEY
- Start the development server:
npm run devThis will run the application on http://localhost:3000/.
We welcome contributions to this project! Please see the CONTRIBUTING.md file for details.
This project is licensed under the MIT License. See the LICENSE file for details.
Note: This project is still under development.
- Supported Cloud Platforms:
- Deployment Examples: Link
- Future Development: -*-
