Initial commit

This commit is contained in:
Oliver Davies 2025-05-08 21:21:23 +01:00
commit 9bb0b58dfd
15 changed files with 18530 additions and 0 deletions

16
notes.txt Normal file
View file

@ -0,0 +1,16 @@
Installation:
composer require sculpin/sculpin
vendor/bin/sculpin generate --server --watch
composer create drupal/cms
vendor/bin/drush site:install --db-url sqlite://localhost/db.sql --account-pass admin
vendor/bin/drush runserver
vendor/bin/drush sql:drop
Usage:
Starts a static web server in `static` on port 4000.
Starts a Sculpin website in `sculpin` on port 4001.
Starts a Drupal website in `drupal` on port 4002.