Welcome to the official repository of the LOCUS 2026's Website! We aim to openly develop the website for the LOCUS 2026 event. It is currently hosted here.
- Framework: React.js
- Styling: Tailwind CSS
- Icons: Lucide React
βββ Locus-2025-web # Root directory for the LOCUS 2026 website project
βββ public # Publicly accessible static assets
β βββ assets
β βββ committee25
β βββ events
β βββ highlight
β βββ home
β βββ sponsors
β βββ video
βββ src
βββ assets # Project-specific media assets
β βββ about
β βββ UI
βββ components # Reusable components
β βββ about_page
β βββ CountDown
β βββ footer
β βββ home_page
β βββ navbar
β βββ ParticleAnimation
βββ data # Events and other dynamic data used in the site
βββ pages # Page-level components for routing
Follow these steps to set up the project locally:
-
Clone the repository:
git https://github.com/locus-ioe/locus-website-2025.git cd locus-website-2025/Locus-2025-web -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the website: Navigate to http://localhost:5173 in your browser.
We value and appreciate contributions! Hereβs how you can help:
-
Fork the repository and create your branch:
git checkout -b feature/YourFeatureName
-
Make changes and commit them:
git commit -m "Add some feature" -
Push to the branch:
git push origin feature/YourFeatureName
-
Submit a pull request.
A huge thanks to all contributors and supporters of this project.