Skip to content

osutcj/PoliHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 PoliHack Website

A fast, modern front-end starter for the PoliHack site.
Built with Vite + React (JavaScript), styled with SCSS, and powered by Ant Design for production-ready UI components.
Optimized for a great developer experience and quick public deployments.


🚀 Key Features

  • Vite-powered dev server and build pipeline with lightning-fast HMR
  • ⚛️ React (JavaScript) — simple, familiar, and flexible
  • 🎨 SCSS/Sass for modular, maintainable global and component-level styles
  • 🧩 Ant Design (antd) for accessible, consistent UI components
  • 🧱 Clean project structure ready for pages, components, and assets
  • ☁️ Builds to static assets, easily deployable on any host (e.g., Cloudflare)

🧰 Built With


⚙️ Quick Start

1️⃣ Clone the repository

git clone https://github.com/osutcj/PoliHack
cd PoliHack

2️⃣ Install dependencies

npm install

3️⃣ Start the development server

npm run dev

4️⃣ Build for production

npm run build

5️⃣ Preview the production build

npm run preview

🎨 Styling & Ant Design Notes

  • Use SCSS for:
  • Global variables and mixins

  • Component-level modular styles

  • Ant Design components serve as UI building blocks. You can wrap or extend them with SCSS overrides to align with PoliHack branding.

🚀 Deployment

This project builds static assets ready to serve from any static host.

Run:

npm run build

The optimized build output is located in the dist/ directory.

Currently deployed on Cloudflare.

🤝 Contributing

  1. Fork the repository

  2. Create a feature branch

git checkout -b feat/my-feature
  1. Commit your changes
git commit -m "[ MESSAGE ]"
  1. Open a Pull Request and describe your change

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

💡 Built with love by the OSUT team for PoliHack.

About

The brand new React base, https://polihack.osut.org website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors