This repository is for scraping lunch menus and sending them to an MS Teams channel.
It's quite simple:
-
Install Git.
winget install -e --id Git.Git
-
Install the Docker engine.
winget install -e --id Docker.DockerDesktop
-
Install Visual Studio Code.
winget install -e --id Microsoft.VisualStudioCode
-
Install the VS Code Dev Containers extension.
VS Marketplace linkRun in VS Code:
ext install ms-vscode-remote.remote-containers
-
Clone this repository and open it in VS Code.
-
Click the
Reopen in Containerbutton in the bottom-right corner. -
Create and switch to your new Git branch:
git checkout -b new-branch
-
Enjoy contributing!