# Environment Config
PORT=5000
YOUTUBE_API_KEY=-key-
CLIENT_ID=-google-oauth-id-
CLIENT_SECRET=-google-oauth-secret-
DOMAIN=-your-domain- (no https://)
NODE_ENV=development/production
# if NODE_ENV=development normal google login will be skipped and this id will be used instead
TEST_USER_ID=abcd
yarn :build
yarn :start