Skip to content

App that notifies you when someone drops out of your desired tute.

Notifications You must be signed in to change notification settings

lecafard/classful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classful

./scripts/build-lambdas.sh
aws cloudformation package --template-file cfn-stack.yml --s3-bucket <cloudformation bucket> --output-template-file build/cfn-stack.yml
aws cloudformation deploy --template-file build/cfn-stack.yml --stack-name classful-prod --capabilities CAPABILITY_IAM --parameter-overrides ParamRecaptchaSecret=<recaptcha secret>

Inside frontend

REACT_APP_RECAPTCHA_KEY="<recaptcha-public>" REACT_APP_API_URL="<api url>" yarn build

There are some issues with CORS so you do need to enable it manually.

About

App that notifies you when someone drops out of your desired tute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published