- Generate an SSH key and add it to GitHub.
- Clone the repository.
- Run
eval "$(ssh-agent)"
. - Run
ssh-add
. - Run
docker build --ssh default --pull -t mfb-async-renderer-dev-env .
. - Run
docker create --mount type=bind,src=${HOME}/.ssh,target=/home/vscode/.ssh --name mfb-async-renderer-dev-env-active -h mfb-async-renderer-dev-env -it mfb-async-renderer-dev-env
. - Install the "Remote Development" extension pack in VS Code.
- Navigate to Remote Explorer in the VSCode sidebar.
- Select Containers from the drop down at the top.
- Attach to the align-dev-env container.
- Click Open Folder and open the align-ts folder.