The Official Website for Scoopermania
Note
This branch is currently doing a complete refactor of the website to improve usability and to modernize it. We are moving away from basic HTML to React with Vite. This change will allow us to manage the codebase better and add features we could not before. Any bugs and weird issues will be fixed as we finish up the refactor.
- Convert to Vite+React
- Restore functionality
- Rewrite logic
- New design
- Proper Mobile Support
Scoopermania is an annual all-you-can-eat ice cream fundraiser for the Jimmy Fund and Dana-Farber Cancer Institute! This website project was started in 2025 to modernize how the event was marketed. Please check out the website and donate to Cancer Research if you can!
- Download the latest release from the releases tab.
- Unzip the file and navigate to the folder.
- Open terminal and go into the project directory.
cd /YOUR/PATH/TO/SCOOPERMANIA
- Install the dependencies.
npm install
- Build the project.
npm run build
- Start the server.
npm run preview
- Click on the link provided in the terminal to view the website.