My personal playground to try out stuff. Check out the directories.
This project uses devcontainers, so for the best experience open them in there.
If you use Windows have your project inside wsl. This massively speed up the performance.
Setup git (ssh) inside wsl, and add to ~/.bashrc
to the bottom:
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
Restart wsl and the devcontainer.