Welcome to the official repository of the LOCUS 2025's Website! We aim to openly develop the website for the LOCUS 2025 event. It is currently hosted here.
- Framework: React.js
- Styling: Tailwind CSS
- Icons: Lucide React
└── Locus-2025-web # Root directory for the LOCUS 2025 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.