Fix Node.js version compatibility and improve documentation

- Update amplify.yml to use Node.js 20 to resolve engine compatibility warnings
- Add .nvmrc file to ensure consistent Node.js version across environments
- Replace basic README with comprehensive project documentation including features, setup instructions, and deployment options

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Derek Slenk 2025-06-27 18:31:16 -04:00
parent 0665a990e4
commit c39bbe9f60
3 changed files with 143 additions and 3 deletions

View file

@ -3,6 +3,9 @@ frontend:
phases:
preBuild:
commands:
# Set Node.js version to 20
- nvm use 20
- node --version
- npm ci
- |
# Retrieve the secret from Amplify's secret store