Official repository for ugahacks.com — built with Next.js and Tailwind CSS, and love.
Clone the repository and install dependencies:
git clone https://github.com/UGAHacks/ugahacks-org.git
cd ugahacks-org
yarn installRun the development server:
yarn devVisit http://localhost:3000 in your browser. The site will auto-reload when you save changes.
- Main entry point:
app/page.tsx - Styling: Tailwind CSS with custom animations
- Fonts: Uses
next/fontfor Geist- We use Raleway as well!
- Components and sections live under the
components/andapp/directories
- Next.js Docs — framework documentation
- Tailwind CSS Docs — utility-first CSS framework
- Learn Next.js — interactive tutorial
We deploy via GitHub Pages — commits to master automatically trigger production builds.