open-source-labs / SvelteStorm

SvelteStorm is an open-source IDE with a built-in Debugging window for viewing and debugging your Svelte project in real-time
MIT License
1.02k stars 114 forks source link

What does "Clone this SvelteStorm 5.0 repo to your code editor of choice (VS Code works best)" mean? #86

Closed shinokada closed 2 years ago

shinokada commented 2 years ago

I'm not sure what "Clone this SvelteStorm 5.0 repo to your code editor of choice (VS Code works best)" means.

I can clone the repo, but how to clone it to VScode?

elliottburr commented 2 years ago

Hi Shinichi,

You can clone this repo to your local machine. From you machine's terminal, or the terminal in your code editor (VSCode), you can run npm i and npm start to launch SvelteStorm. Hope this helps!