Skip to content

locus-ioe/locus-website-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 

Repository files navigation

LOCUS 2025 Website

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.

🚀 Tech Stack

📂 Project Structure

└── 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

💻 Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository:

    git https://github.com/locus-ioe/locus-website-2025.git
    cd locus-website-2025/Locus-2025-web
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open the website: Navigate to http://localhost:5173 in your browser.

🛠️ Contributing

We value and appreciate contributions! Here’s how you can help:

  1. Fork the repository and create your branch:

    git checkout -b feature/YourFeatureName
  2. Make changes and commit them:

    git commit -m "Add some feature"
  3. Push to the branch:

    git push origin feature/YourFeatureName
  4. Submit a pull request.


🙌 Acknowledgments

A huge thanks to all contributors and supporters of this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published