🌿 As We Grow
Welcome to As We Grow 🌱 This project serves as the foundational website for the As We Grow brand — a wellness-focused platform highlighting herbal teas, community offerings, and brand storytelling.
Built to be clean, flexible, and easy to expand as the brand grows.
📌 Table of Contents
- About
- Features
- Tech Stack
- Installation
- Usage
- Project Structure
- Deployment
- Contributing
- License
- Contact
🌿 About
As We Grow is a wellness-inspired brand centered on herbal teas, healing, and intentional growth. This starter site provides a simple, responsive base that can be customized, expanded, and deployed quickly.
The goal of this repository is to:
- Establish a strong visual and structural foundation
- Keep setup beginner-friendly
- Allow room for future enhancements (JavaScript, CMS, e-commerce, etc.)
✨ Features
- Clean and minimal static site
- Easy-to-edit HTML & CSS
- Responsive layout for desktop and mobile
- Organized folder structure
- Ready for deployment via GitHub Pages or Netlify
🛠️ Tech Stack
- HTML5
- CSS3
- Static site (no build tools required)
📥 Installation
To run this project locally:
1️⃣ Clone the repository git clone https://github.com/msgem0523/aswegrow.git
2️⃣ Navigate into the project folder cd aswegrow
3️⃣ Open in VS Code code .
🖥️ Usage
This is a static site — no server required.
You can:
- Open index.html directly in your browser or
- Use a simple local server (optional):
npx serve .
🗂️ Project Structure aswegrow/ ├── index.html # Main landing page ├── styles/ # CSS stylesheets │ └── main.css ├── assets/ # Images, icons, logos ├── README.md └── favicon.ico
This structure keeps the project easy to maintain and scale.
🚀 Deployment
GitHub Pages
- Go to Settings → Pages
- Select the main branch
- Save and publish
Your site will be live at:
https://msgem0523.github.io/aswegrow
Netlify
- Connect your GitHub repository
- No build command required
- Publish from root directory
🤝 Contributing
Contributions are welcome!
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add new feature" - Push to your branch and open a Pull Request
📝 License
This project is licensed under the MIT License.
📬 Contact
Maintained by: TeMecha Griffin 📧 Email: [email protected] 🔗 GitHub: https://github.com/msgem0523