diff --git a/.env b/.env new file mode 100644 index 0000000..242e866 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +GOOGLE_EMAIL=system@deafmissoula.org +GOOGLE_APP_PASSWORD=pyxfxwrbpqzhbpcn diff --git a/.gitignore b/.gitignore index 1849c57..e43b0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -.env .DS_Store -client/public/videos/mcdi-intro.mp4 diff --git a/client/.env b/client/.env new file mode 100644 index 0000000..7d910f1 --- /dev/null +++ b/client/.env @@ -0,0 +1 @@ +SKIP_PREFLIGHT_CHECK=true \ No newline at end of file diff --git a/client/public/videos/mcdi-intro.mp4 b/client/public/videos/mcdi-intro.mp4 new file mode 100644 index 0000000..476306f Binary files /dev/null and b/client/public/videos/mcdi-intro.mp4 differ