This repository contains the RecCall website (https://reccaller.ai).
The website is automatically deployed to GitHub Pages on every push to main branch.
# Push changes to main
git push origin mainGitHub Actions will automatically build and deploy to GitHub Pages.
.
├── index.html # Homepage
├── pages/ # Additional pages
│ ├── getting-started.html
│ ├── how-it-works.html
│ ├── integrations.html
│ ├── use-cases.html
│ └── ...
├── assets/ # Static assets
│ ├── css/
│ └── js/
├── CNAME # Custom domain configuration
└── README.md # This file
- Live Site: https://reccaller.ai
- Main Repository: https://github.com/reccaller-ai/reccall
- Issues: https://github.com/reccaller-ai/websites/issues
- Make changes to HTML/CSS files
- Test locally by opening HTML files in browser
- Commit and push to
mainbranch - GitHub Pages will automatically deploy
This repository was created by moving the website from the main reccall repository to maintain separation of concerns. The website deployment is now independent of the main RecCall application.