Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.25 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.25 KB

Say Somali Logo

Haye-Aduunka

Haye-Aduunka student projects collected and presented for all to admire 😊

🛠️ Development Workflow

  1. Clone the repository
git clone https://github.com/ibrahim681/Haye-Aduunka-website.git
  1. Change the working directory
cd Haye-Aduunka-website/haye-aduunka
  1. Create a feature branch

NOTE: pushing to main directly, will result in the project deplying to server

git checkout -b new-feature

follow this link https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow

  1. Push local changes to remote repo
git add .
git commit -m "some comment"
git push

💻 Lesson Layout

1. Participate during learning section

Instructor will walk through fundemantal concepts in HTML and CSS. 🔑 Engaing in code along can help with the task later

2. Download Starter Code

File name follows this convention workshop-##-starter.html

3. Replace TODO sections with your solution

Make sure to review resource list at end of workshop slides