This website's is currently hosted on a website called Oderland.
I would like to make development locally, in order to easily make changes to the website and make development faster.
I come from a background of using git and npm to create websites. If possible I would like to use a devcontainer environment that uses docker in vscode.
I tried cloning the opencart git project and using the docker-compose.yml file, and this works!
My question is how I use this for my existing opencart project. The readme on the opencart github project explains how to install a new project or upgrade an old opencart version, but doesn't seem like it helps my case.
Essentially what I want to achieve is:
- Develop code locally using a devcontainer/docker
- Push changes using git or something else
- Changes are reflected on the production website