Get ready to indulge your taste buds and crown the ultimate culinary champion in Battle of the Bites! πππ£ Vote on different matchups as iconic dishes from around the world go head-to-head.
Inspired by https://eloeverything.co/.
You can test the web app locally using Wing Console.
npm run build-react
to build the website.wing it main.w
to launch the Wing Console in your browser.For working on the React app, you can cd
into the website
directory and run npm run start
to start the React app, which will automatically connect to the Wing simulator if you have the Wing Console running.
The page will automatically reload if you make changes to the React code.
To deploy your own copy of the app, first make sure you have AWS credentials configured in your terminal for the account and region you want to deploy to. Then run the following commands to compile the app into Terraform, and deploy it:
wing compile -t tf-aws main.w
terraform -chdir=./target/main.tfaws init
terraform -chdir=./target/main.tfaws apply
Pull requests are welcome.
This project is distributed under the MIT license.