diff --git a/README.md b/README.md index f9e7f34..4c66e1d 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,10 @@ Deploying to https://ury.org.uk/webstudio is also automated but slightly more in 1. Change the `version` field in `package.json` to ensure the "about" page is up to date 2. Push up your version bump and create a pull request to the `production` branch - https://github.com/UniversityRadioYork/WebStudio/compare/production...master 3. Once your changes are merged into `production` they'll get deployed automatically (although you will need to restart the server - ssh to Dolby and run `sudo systemctl restart webstudioserver`) + +### Screenshots +![Mic Live With Main Screen](images/HomeWithMic.png?raw=true "Mic Live on Main Screen") + +![Home Page of webstudio](images/Home.png?raw=true "Home Page of WebStudio") + +![Mic Selection Screen](images/MicSelection.png?raw=true "Mic Selection Screen") \ No newline at end of file diff --git a/images/Home.png b/images/Home.png new file mode 100644 index 0000000..5f26d0b Binary files /dev/null and b/images/Home.png differ diff --git a/images/HomeWithMic.png b/images/HomeWithMic.png new file mode 100644 index 0000000..c3d08ea Binary files /dev/null and b/images/HomeWithMic.png differ diff --git a/images/MicSelection.png b/images/MicSelection.png new file mode 100644 index 0000000..fa1c609 Binary files /dev/null and b/images/MicSelection.png differ