This repository contains the Zenith website: https://zenithhacks.org/
No worries! For any substantial changes, please discuss in the #zenith-bts channel on the Slack or open a new issue.
Coordinate with Leo before opening a PR.
bun run dev -- --open # opens website in your browser (hot reloads)
bun run build # builds the website
For specific situations:
make favicon # generate favicon.ico
make fonts # generate font subsets
- Use Bun as your package manager.
- Use meaningful CSS class names. Do not use Tailwind.
- Avoid using px.
- Without good reason, do not override the default text size.
The built website must:
- Be compatible with Baseline 2023 browsers.
- Have all features work without JavaScript enabled, unless it's simply unviable to do so.
- Meet Lighthouse targets. Every metric should be above 95.
- Support reduced motion
- Comply with the WCAG AA checklist (pending)