This repository contains everything you need to create a standard development environment for your CMPUT 174 assignments. In addition to the development environment, a standard project structure has also been provided in which to write your solutions. Please refer to the instructions below to setup your environment.
- Install Docker. You can find installation instructions for macOS, Windows, and Linux here.
- Install Visual Studio Code. Follow this link to download the installer for macOS, Windows, and Linux.
- Open Visual Studio Code.
- Install the
Remote-Containers
extension for Visual Studio Code. To do so, select theExtensions
menu from the panel on the left side of the window and enterRemote Containers
in the search bar. Finally, click theInstall
button to add the extension to Visual Studio. - Click the blue icon in the bottom-left of the Visual Studio Code window.
- In the menu that pops up, select
Clone Repository In Container Volume
. - Enter the URL of this repository (https://github.com/UAlberta-CMPUT174/cmput174-dev) in the pop-up window.