Roast My Website is a web application that allows users to submit their website URLs and receive feedback and suggestions for improvement.
cp .env.example .env
- Update your OpenAI api key in
.env
file
Launch Docker Desktop and launch docker compose in watch mode:
docker compose watch
Monitor logs:
docker compose logs -f
Use AWS Copilot CLI to deploy the application:
copilot deploy
npm run cli