This repository hosts the website with information and links to the resources needed for the hackathon.
Modify the src/App.jsx file
You will need to install the gh-pages package: npm install --save-dev gh-pages
After updating:
npm run build
To publish the site to the web:
npm run deploy