Compilation of development guides, setup instructions, and best practices for the AWSCCPUP Development Team. This repository serves as your one-stop resource for getting started and staying aligned with our development standards.
This repository contains everything you need to start contributing to DevTeam projects:
- Setup Guides — Step-by-step instructions for setting up your local development environment
- Git and GitHub Workflows — How to use Git, create branches, make pull requests, and collaborate effectively
- Docker Guide — Containerization basics and best practices
- Development Tools — Configuration and usage guides for essential tools
New to the team? Start here:
- Local Development Setup — Install Git, Python, Docker, Node.js, and other essential tools
- Git and GitHub Guide — Learn how to clone repos, create branches, and submit pull requests
- Docker Guide — Learn how to containerize applications and work with Docker
- Accept GitHub Organization Invitation — Check your email and join our organization to access all repositories
dev-guides/
├── prompts/ # Development prompts and templates
├── setup/
│ ├── local-dev-setup.md # Local environment setup guide
│ ├── git-gh-dev-guide.md # Git and GitHub workflow guide
│ └── docker-guide.md # Docker usage and best practices
└── README.md # You are here
If you run into any issues or have questions:
- Chat JP Curada directly
- Post in the DevTeam channel
- Open an issue in this repository
We're here to help—walang mahirap na tanong!
Found something that needs updating? Want to add a guide? Here's how:
- Fork this repository
- Create a new branch (
git checkout -b update-guide) - Make your changes
- Commit with a clear message (
git commit -m "docs: update environment setup guide") - Push to your fork (
git push origin update-guide) - Open a pull request
All contributions are welcome—let's make this resource better for everyone.
Welcome to the team. Let's build something great.