/aiprompt

Primary LanguageHTML

AI Prompt Generator

AI Prompt Generator is a minimalistic generator developed with JavaScript.

Table of Contents

Preview

Image Description

Installation

To install the AI Prompt Generator, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/ai-prompt-generator.git
  2. Navigate to the project directory: cd ai-prompt-generator
  3. Run with any web server of your choice:

For php buit-in server:

php -S localhost:8000 -t . 

Usage

Just navigate to the url of your web server: http://localhost:8000

Contributing

Contributions are welcome! If you would like to contribute to the AI Prompt Generator, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/my-feature.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/my-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License.