How do I connect to Wix locally?

Hi! How do I connect to my Wix Website locally? I have never heard of this before. The article link is below.

https://support.wix.com/en/article/working-with-the-corvid-cli

1 Like

You should install NodeJS (I use version 12) https://nodejs.org/en/

Then in your terminal use the command npx


npx create-corvid-app folder-name https://your-wix-site

And then

cd folder-name
npx corvid open-editor

The article has all you need.
If you never work with NodeJS and NPM, the best time to learn it )

I already installed npm and node.js.