SPA for Foundation Day 2024, made using Svelte and bundled using Vite.
There is a reverse proxy setup between the GitHub Pages domain and the IISER Mohali domain.
The GH Page is at: https://iiserm.github.io/FoundationDay/
The IISERM domain is at: https://www.iisermohali.ac.in/FoundationDay/
bun installbun run dev: Starts the development server atlocalhostfor HMR.bunx --bun vite build: Builds the project for production.bun run deploy: Deploys the project to GitHub Pages.