Initial commit: project documentation and gitignore
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# HomeProz Real Estate WordPress Site
|
||||
|
||||
Custom WordPress theme for HomeProz Real Estate (Albert Lea, MN).
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `/wp-content/themes/homeproz/` - Custom theme
|
||||
- `/db-snapshots/` - Database snapshots for each development phase
|
||||
- `/contract/` - Project documentation and planning
|
||||
- `/CLAUDE.md` - Development mandates and specifications
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
cd wp-content/themes/homeproz
|
||||
npm install
|
||||
npm run dev # Development with hot reload
|
||||
npm run build # Production build
|
||||
```
|
||||
|
||||
## Technology Stack
|
||||
|
||||
- WordPress 6.x
|
||||
- PHP 8.1+
|
||||
- Tailwind CSS
|
||||
- SCSS (via Vite)
|
||||
- jQuery
|
||||
- ACF Pro
|
||||
|
||||
## Client
|
||||
|
||||
HomeProz Real Estate, LLC
|
||||
111 E Clark St, Albert Lea, MN 56007
|
||||
Reference in New Issue
Block a user