Skip to content

reccaller-ai/websites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecCall Website

This repository contains the RecCall website (https://reccaller.ai).

🚀 Deployment

The website is automatically deployed to GitHub Pages on every push to main branch.

Manual Deployment

# Push changes to main
git push origin main

GitHub Actions will automatically build and deploy to GitHub Pages.

📁 Structure

.
├── 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

🔗 Links

📝 Contributing

  1. Make changes to HTML/CSS files
  2. Test locally by opening HTML files in browser
  3. Commit and push to main branch
  4. GitHub Pages will automatically deploy

🔄 Migration Notes

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.

About

Core websites of RecCaller.AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors