Getting Started¶
Welcome! This guide will help you set up and use Open Estate AI projects.
Prerequisites¶
- Python 3.11+
- Node.js and npm (for AWS CDK)
- AWS CLI configured (
aws configure
) - Terraform (if using infra-as-code)
- An AWS account with suitable permissions
Quick Setup¶
-
Clone the repository:
git clone https://github.com/open-estate-ai/real-estate-docs.git
-
Create and activate a Python virtual environment:
python3 -m venv .venv source .venv/bin/activate
-
Install dependencies:
pip install -r requirements.txt
-
For documentation:
mkdocs serve
-
For infrastructure:
- See the Guides and Reference sections for details.
Need Help?¶
Feel free to suggest improvements or ask questions!