Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.04 KB

README_gitpod.md

File metadata and controls

20 lines (11 loc) · 1.04 KB

Remote running via GitPod

You don't need to install anything onto your computer using this method.

Just click here: Open in Gitpod

Note to self: I got gitpod working by adding the files .gitpod.yml and .docker/gitpod/Dockerfile

Remote running via Codespaces

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:

Pic: codespaces installation

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.