https://github.com/putyourlightson/sprig-training
https://github.com/putyourlightson/sprig-training
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/putyourlightson/sprig-training
- Owner: putyourlightson
- Created: 2024-01-12T01:19:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T17:36:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T11:21:19.389Z (about 1 year ago)
- Language: Twig
- Size: 850 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```shell
# 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
```