Documentation site for Equalify Reflow - accessible PDF conversion for UIC
https://github.com/EqualifyEverything/equalify-reflow-docs.git
This repository contains the source code for the UIC Tech Solutions Open Source Fund (OSF) website. The website serves to inform visitors about the fund, aggregate open bounties from supported projects, and solicit partnerships.
Live Site: https://uic-osf.github.io/website/
The UIC OSF website is a modern, responsive React application designed to highlight the fund's mission: supporting technology projects that work toward measurable public benefit.
Key Features:
Follow these steps to run the project locally on your machine.
git clone https://github.com/UIC-OSF/website.git
cd website
npm install
npm run dev
The app should now be running at http://localhost:5173 (or similar).
To create a production-ready build:
npm run build
This will generate a dist folder containing the compiled assets.
main branch.
The deployment workflow is defined in .github/workflows/deploy.yml.
uic-osf/
โโโ public/ # Static assets
โโโ src/
โ โโโ components/ # Reusable UI components (Hero, Bounties, etc.)
โ โโโ App.tsx # Main application component
โ โโโ main.tsx # Entry point
โ โโโ index.css # Global styles and Tailwind directives
โโโ index.html # HTML template
โโโ package.json # Project dependencies and scripts
โโโ tailwind.config.js # Tailwind CSS configuration
โโโ vite.config.ts # Vite configuration
โโโ README.md # Project documentation
git checkout -b feature/YourFeature).git commit -m 'Add some feature').git push origin feature/YourFeature).IMPORTANT: "Open Source" is religion. It must ALWAYS be capitalized as "Open Source" (capital O, capital S, no hyphen). This rule applies to all content, documentation, and source code comments.
MIT License (or appropriate license if defined)