| 
									
										
										
										
											2021-12-20 16:58:37 +00:00
										 |  |  | #!/bin/sh
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set -ex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-20 21:00:06 +00:00
										 |  |  | export VITE_DEFAULT_HOMESERVER=https://call.ems.host | 
					
						
							|  |  |  | export VITE_SENTRY_DSN=https://b1e328d49be3402ba96101338989fb35@sentry.matrix.org/41 | 
					
						
							| 
									
										
										
										
											2021-12-20 17:53:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-20 16:58:37 +00:00
										 |  |  | git clone https://github.com/matrix-org/matrix-js-sdk.git | 
					
						
							|  |  |  | cd matrix-js-sdk | 
					
						
							|  |  |  | git checkout robertlong/group-call | 
					
						
							|  |  |  | yarn install | 
					
						
							|  |  |  | yarn run build | 
					
						
							|  |  |  | yarn link | 
					
						
							|  |  |  | cd .. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | git clone https://github.com/matrix-org/matrix-react-sdk.git | 
					
						
							|  |  |  | cd matrix-react-sdk | 
					
						
							|  |  |  | git checkout robertlong/group-call | 
					
						
							|  |  |  | yarn link matrix-js-sdk | 
					
						
							|  |  |  | yarn install | 
					
						
							|  |  |  | yarn run build | 
					
						
							|  |  |  | yarn link | 
					
						
							|  |  |  | cd .. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cd matrix-video-chat | 
					
						
							|  |  |  | yarn link matrix-js-sdk | 
					
						
							|  |  |  | yarn link matrix-react-sdk | 
					
						
							|  |  |  | yarn install | 
					
						
							|  |  |  | yarn run build |