You don't need to install anything onto your computer using this method.
Note to self: I got gitpod working by adding the files .gitpod.yml
and .docker/gitpod/Dockerfile
You don't need to install anything onto your computer using this method.
Go to the project's home page on GitHub, click "Code" and then "Codespaces" so it looks like this:
Then click "create codespace on main", and then wait for a few minutes. When it looks like everything has downloaded, open up the IIScExperiments
directory (not the file!) and the code I've been using in the lectures should just work.
Note to self: I got codespaces working by adding the files .devcontainer/devcontainer.json
and .devcontainer/Dockerfile
.