Remove Firebase and Vercel deployment options
- Remove firebase package dependency - Delete apphosting.yaml configuration file - Update README.md to focus on AWS S3 deployment only - Update CLAUDE.md documentation accordingly - Clean up package-lock.json (removed 54 packages) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
cdfc23e563
commit
2b74d15a4c
6 changed files with 57 additions and 659 deletions
10
README.md
10
README.md
|
@ -17,7 +17,7 @@ A Next.js application built to expose harmful activities and support Kristen Jac
|
|||
- **Language**: TypeScript
|
||||
- **UI Components**: shadcn/ui component library
|
||||
- **Styling**: Tailwind CSS with custom theming
|
||||
- **Hosting**: Supports Static hosting (S3), Firebase App Hosting, and Vercel
|
||||
- **Hosting**: AWS S3 static hosting
|
||||
- **AI Integration**: Google Genkit (minimal implementation)
|
||||
|
||||
## 📋 Prerequisites
|
||||
|
@ -89,14 +89,6 @@ This application supports multiple deployment platforms:
|
|||
### Static Hosting (AWS S3)
|
||||
The project includes CI/CD workflow for automatic deployment to AWS S3.
|
||||
|
||||
### Firebase App Hosting
|
||||
Deploy using Firebase CLI:
|
||||
```bash
|
||||
firebase deploy
|
||||
```
|
||||
|
||||
### Vercel
|
||||
Deploy directly from Git repository through Vercel dashboard or CLI.
|
||||
|
||||
## 📁 Project Structure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue