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
Important forum update
This forum is migrating to one unified Wix community forum starting July 26th, and will be read-only during the process.
Wishlist Page is the official platform for requesting new features. You can vote, comment, and track the status of the requested features.
I already installed npm and node.js.
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 )