This is an example repository for learning to build websites with Drupal, GraphQL and Twig.
- PHP 7 or greater
- Composer
- Node
git clone [email protected]:AmazeeLabs/AmazingApps.git amazing-apps
cd amazing-appscd web/themes/amazing_apps
npm install
npm run dev... and visit http://localhost:3000 in your browser.
composer install
./vendor/bin/drush si minimal --config-dir=../config/sync --account-name=admin --account-pass=admin
php web/core/scripts/drupal quick-start