Changing the countdown? Go to src/views/HomeView.vue, change the countdownDate const on line 180
Making the site load faster? Compress the team images. By a lot. They should be no larger than 2MB. (Yes there are probably other things we could do too but ¯_(ツ)_/¯)
Adding sponsors? Do so in washuracing.com/admin
Outdated sponsorship packet?
- Rename most current sponsorship packet to "sponsorship_packet20XX.pdf"
- Drag it into the assets folder
- Rename line 88 in src/views/SponsorsView.vue to the new sponsorship packet
Pushing your changes to production when you're done? Visit forge.laravel.com, login to the WashU Racing account, Sites -> washuracing.com -> Overview -> Deploy
Lint with ESLint
npm run lint