From 3162b4206f86cbce74347090ff1483e57ffafcc7 Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 18 May 2021 12:40:12 -0400 Subject: [PATCH] Add link to Loom demo (#790) --- docs/3-Contribution/2-Testing.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/3-Contribution/2-Testing.md b/docs/3-Contribution/2-Testing.md index 5582ba4829..559a679e7c 100644 --- a/docs/3-Contribution/2-Testing.md +++ b/docs/3-Contribution/2-Testing.md @@ -173,7 +173,12 @@ Note that a "restore" will replace the state of the development database with th ## Teams seed data -When developing on both the `master` and `teams` branches, it may be useful to create seed data that includes users and teams. This can be achieved with the following steps: +When developing on both the `master` and `teams` branches, it may be useful to create seed data that includes users and teams. + +Check out this Loom demo video that walks through creating teams seed data: +https://www.loom.com/share/1c41a1540e8f41328a7a6cfc56ad0a01 + +For a text-based walkthrough, check out the following steps: First, create a `env` file with the following contents: ```