Add README.md

This commit is contained in:
Oliver Davies 2025-04-23 22:31:17 +01:00
parent 4d9e569882
commit 2f08b5a081

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# drupal-nix-flake-example
Run `nix run` to start the project.
Run `nix develop` to enter the dev shell to access PHP and Composer, or use direnv.
Install Drupal:
drush site:install --db-url=mysql://root@127.0.0.1/drupal_nix_flake_example
Add `drupal/core-dev` to run tests:
composer require --dev drupal/core-dev