- make a branch, make changed
- create pull request to prod
- ask team for feedback on dev preview https://preview.thedropbears.org.au
- get mentors to approve
- get checks to pass
- merge
- yay
This project uses Phosphor Icons for scalable vector icons throughout the interface.
To use an icon in your templates, add an <i>
element with the appropriate Phosphor class:
<!-- Regular weight icons (default) -->
<i class="ph ph-house"></i>
<!-- Fill style icons -->
<i class="ph-fill ph-heart"></i>
<!-- With additional styling -->
<i class="ph ph-arrow-left w-4 h-4 mr-2 text-primary"></i>
The site includes the following content collections:
- Pages (
src/_pages/
) - Robots (
src/_robots/
) - Sponsors (
src/_sponsors/
) - Notices (
src/_notices/
) - Settings (
src/_data/
)
-
Clone & cd
-
npm i
-
npm run build && npm start
-
Open your browser and visit localhost:8080
This project is licensed under the MIT License.
Copyright (c) 2025 Team 4774 The Drop Bears
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.