All the programs are free to use:
- Open VS Code, choose => Clone remote GitHub repo.
- Set the github repo to clone: https://github.com/overwolf/overwolf.github.io.git
- Choose local folder to clone to. For example: "d:\dev-site".
- open the terminal in VS Code.
cd .\website- change directory to the website directory.yarn install- install all the required packges.yarn start- start the docusaurus app locally. That will automatically open your default browser with the local copy of the site.
- Open VS Code.
- get the latest version from remote.
- Work on your files. Do changes.
- At EOD,
commitchanges (to local repo), and create Pull Request to thesourcebranch.
- Open VS Code.
- Click on the
syncbutton. That will sync the local repo with the remote. (push and pull). - Work on your files. Do changes.
- At EOD,
commitchanges (to local repo), and that hitsyncbutton again.