Closed Or4cl3AI closed 1 year ago
To have BitBuilder create a Pull Request with the implementation, the user who created the issue (@Or4cl3AI) can comment below with "LGTM". If the plan is inaccurate, edit the issue description and write a comment with "replan".
git clone https://github.com/Or4cl3AI/AppGenieAI-.git
.cd AppGenieAI
.pip install -r requirements.txt
in the terminal.scripts.js
file located in the AppGenieAI
directory. Modify the functions generateCode
, setupProject
, customizeApp
, provideRecommendations
, and assistAndroidDevelopment
to implement the desired feature. Save the changes.Generated with :heart: by www.bitbuilder.ai. Questions? Check out our the documentation.
LGTM , Implementation Steps Clone the repository Clone the repository to your local machine using the command git clone https://github.com/Or4cl3AI/AppGenieAI-.git. Navigate to the AppGenieAI directory Navigate to the AppGenieAI directory in your local machine using the command cd AppGenieAI. Install the required dependencies Install the required dependencies by running pip install -r requirements.txt in the terminal. Modify the scripts.js file Open the scripts.js file located in the AppGenieAI directory. Modify the functions generateCode, setupProject, customizeApp, provideRecommendations, and assistAndroidDevelopment to implement the desired feature. Save the changes.
Implementation Steps
git clone https://github.com/Or4cl3AI/AppGenieAI-.git
.cd AppGenieAI
.pip install -r requirements.txt
in the terminal.python setup.py build
.python main.py
.