git clone https://github.com/amoralesdesign/ia-audio-transcription.git
cd frontend
npm install
Download packages:
cd frontend
npm install
Note
To facilitate testing, the .env files have been uploaded.
Run project:
cd frontend
npm run dev
Note
Account with data: amoralesdesign@gmail.com Password: Prueba12)
For Deploy Cognito in AWS:
cd backend
npm install
npx sls deploy --stage dev --region eu-west-1
Next times:
npm run deploy