Week 1 : project management

For this week's assignment, I had to set up my development environment and my web page repository. Here are the steps I followed to complete the assignment:
I decided to use Windows OS, so I had to download WSL (Windows Subsystem for Linux).

1. Download WSL


After installing WSL and Git, I had to configure Git with my information.

2. Configure Git

I used these commands to configure Git with my information:
I downloaded VS Code since it provides a great environment for coding and integrates well with WSL.

3. Download VS Code

💡 Note: It's useful to enable Copilot at this stage; it helped me a lot when writing the documentation.

To be able to clone repositories from GitLab, I needed to generate an SSH key and add it to my GitLab account for secure authentication.

4. Generate SSH key and add it to GitLab


Now I am ready to clone repositories from GitLab using SSH for secure authentication.

5. Clone repository from GitLab


Now I needed to build my own website, and I decided to do it using HTML and CSS.

6. Build my website structure


7. Writing Documentation

I had to understand the code that Nicepage generated so I could write my own HTML and CSS code for my documentation.
While I was writing the code, I used the Live Server extension to preview my web pages in real time. I did this by following these steps:

8. Commit and Push changes to GitLab

After finishing my documentation, I had to commit and push the changes to my GitLab repository using these commands: