This repo is a starting point to quickly spin up a local Drupal development environment that includes the DropAI module for local development testing of Drupal interacting with AI tooling.
- Clone this repo
git clone [email protected]:fourkitchens/dropai_starter.git
- Go into the folder
dropai_starter
and runnpm run setup
- Initial setup will take a while as it is not only installing Drupal, but also all of the Python required dependencies.
- The last step of the setup will output an admin login link.
- Login to the site - DropAI will be installed as will the Python tooling.
- To run the local Python Flask server (required to use the Drupal Python tooling), run
lando flask
- This will start up a Python Flask server. Open a separate terminal window to perform other CLI tasks while Flask runs.