An open API service indexing awesome lists of open source software.

https://github.com/putyourlightson/sprig-training


https://github.com/putyourlightson/sprig-training

Last synced: 3 months ago
JSON representation

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
```