<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Project-Setup on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/project-setup/</link><description>Recent content in Project-Setup on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Thu, 16 Apr 2026 17:23:48 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/project-setup/index.xml" rel="self" type="application/rss+xml"/><item><title>Necessary Changes</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/02-module/002-necessary-changes/</link><pubDate>Tue, 15 Apr 2025 10:40:31 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/02-module/002-necessary-changes/</guid><description>&lt;p class="lead text-primary"&gt;
This document outlines the necessary changes to the `package.json` file when starting a new project based on HBStack. It includes details on updating project metadata, repository links, and other essential configurations.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="modifying-the-packagejson-file"&gt;Modifying the package.json File&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;package.json&lt;/code&gt; file contains critical metadata about your project, including its name, repository URL, and other identifying information. When starting a new project based on HBStack, you should update this file to reflect your own project&amp;rsquo;s details.&lt;/p&gt;</description></item><item><title>Cloning and Keeping Track of Changes</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/001-pre-requisites/</link><pubDate>Sun, 13 Apr 2025 06:29:16 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/001-pre-requisites/</guid><description>&lt;p class="lead text-primary"&gt;
Instructions for setting up the project and keeping track of changes in the original repository. This guide covers cloning, Docker setup, and Git workflow management.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="setting-up-the-project"&gt;Setting Up the Project&lt;/h2&gt;
&lt;h3 id="prerequisites"&gt;Prerequisites&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Install Required Tools:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a
 href="https://docs.docker.com/get-docker/"
 
 target="_blank" rel="noopener noreferrer"&gt;Docker&lt;/a&gt;: Ensure Docker is installed and running on your system.&lt;/li&gt;
&lt;li&gt;&lt;a
 href="https://gohugo.io/getting-started/installing/"
 
 target="_blank" rel="noopener noreferrer"&gt;Hugo&lt;/a&gt;: Install Hugo for local development.&lt;/li&gt;
&lt;li&gt;&lt;a
 href="https://git-scm.com/downloads"
 
 target="_blank" rel="noopener noreferrer"&gt;Git&lt;/a&gt;: Ensure Git is installed for version control.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Clone the Repository:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;git clone https://github.com/&amp;lt;upstream-repo-owner&amp;gt;/hbstack.git my-hbstack-project
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;2&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; my-hbstack-project
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Initialize Your Own Repository:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Project Local Configuration</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/02-module/001-project-configuration/</link><pubDate>Sat, 12 Apr 2025 09:06:46 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/02-module/001-project-configuration/</guid><description>&lt;p class="lead text-primary"&gt;
A comprehensive guide to setting up HBStack project configuration including EditorConfig, linting, and markdown handling for code quality and consistency.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="project-configuration-for-formatting-and-linting"&gt;Project Configuration for Formatting and Linting&lt;/h2&gt;
&lt;p&gt;This project implements a comprehensive approach to code formatting, linting, and markdown handling. Below is a detailed explanation of how these components work together to maintain code quality and consistency.&lt;/p&gt;
&lt;h3 id="editorconfig-editorconfig"&gt;EditorConfig (.editorconfig)&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;.editorconfig&lt;/code&gt; file provides basic code style definitions that work across different editors and IDEs.&lt;/p&gt;</description></item></channel></rss>