Skip to content

Commit

Permalink
Add Jitsi videocall route (#41)
Browse files Browse the repository at this point in the history
* Add Jitsi videocall route

* Move Jitsi component into layout folder

* Convert index.css to index.scss
  • Loading branch information
c-w committed Jul 27, 2020
1 parent fa1d65e commit a69414a
Show file tree
Hide file tree
Showing 11 changed files with 772 additions and 60 deletions.
1 change: 1 addition & 0 deletions deploy.ps1
Expand Up @@ -70,6 +70,7 @@ if (!(Test-Path ./node_modules -PathType Container))
npm install
}

$env:REACT_APP_API_ROOT = "https://$backendHostName/api"
npm run build

az storage blob upload-batch `
Expand Down
1 change: 1 addition & 0 deletions github-experts-ui/.env
@@ -0,0 +1 @@
REACT_APP_API_ROOT=https://githubexpertsapi.azurewebsites.net/api

0 comments on commit a69414a

Please sign in to comment.