Partner 1: Kaan Okul (https://github.com/KaanIsmet) Partner 2: Allie He (https://github.com/Pufffish) Partner 3: ZachGG421 (https://github.com/ZachGG421)
- Fork the Repo (YOur Team - ONLY ONE and add partner(s) as collaborators) or Clone (Try Oot MyWebclass)
- Clone your fork
- Create the Docker repo on your dockerhub account
- Replace the name in .github/workflows/publish.yml on line 11 with your docker repo
- Change the docker-compose.yml file line 5 with your docker repo
- Run docker ps and kill any running processes before you start this kill by docker kil
- run the service locally with docker compose up -d
- Go to localhost to see your image run and anytime master updates this will be automaticly updated.
-
Install nodeJS https://nodejs.org/en/
-
type npm install in the project folder
-
type npm start to start live preview and open your browser / it will automaticly change when you edit any file in the SRC directory
-
docker compose up <- starts in the foregrond and you will see logs cntrl c to kill