Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 564 Bytes

Sprig Training

Source code used in live Sprig training sessions. Each session gets its own branch, named after the date of the session.

https://putyourlightson.com/sprig/training

Local Development using DDEV

# Starts the DDEV project.
ddev start

# Seeds the database.
ddev import-db db/seed.sql.zip

# Installs dependencies.
ddev composer install

# Launches the site in a browser.
ddev launch

# Returns an impersonation URL for the “admin” user. Alternatively, log in using the password “project”.
ddev craft users/impersonate 1