According to stackblitz docs I should be able to get a github Angular project into stackblitz with stackblitz.com/github/{GH_USERNAME}/{REPOSITORY_NAME}
but when I try this I get a 404 page.
I am signed into stackblitz with my github account and the repository is not private.
The github project is a Angular one and has a package.json
in the root folder.
Has anyone else managed to get this feature working (or is there a better way to get from VSCode locally to stackblitz?)