npm install
npm run de
npm run build
git add .
git commit -m "your message"
git push
The website includes a voting system for Executive Chair candidates:
- Users must be authenticated to vote
- One vote per account
- Votes are stored in AWS Amplify database
- Vote results accessible to admins at
/admin/vote-results
To enable voting:
- Initialize the database:
npx ampx sandbox --profile amplify-policy-863518450047 - Visit the Executive Chairs page
- Toggle "Show Voting Interface" to display voting buttons
- Only authenticated users can vote
- Users can only vote once