Project: Tutorial from FreeCodeCamp on Full Stack Web Development https://www.youtube.com/watch?v=OUzaUJ3gEug&t=2190s
gitpod.io/#
in front of the repo urlhttps://www.gitpod.io/docs/browser-extension#browser-extension
and see the green gitpod button
The difference is the latter one creates the work environment in another windowOn top of user:email
, we also need to enable read:user
, public_repo
, repo
. (Browser Extension)
URL: https://kit.svelte.dev/ Commands
npm init svelte@next .
npm install
to download the dependenciesnpm run dev