Here you'll find the source code of lucknow.asetalias.in.
Within this project, you'll find the following folders and files:
.
├── README.md
├── index.html
├── package.json
├── pnpm-lock.yaml
├── public
│ ├── assets
│ │ ├── icons
│ │ └── images
│ └── data
│ ├── about.json
│ ├── alumni.json
│ ├── events.json
│ ├── members.json
│ └── socials.json
├── src
│ ├── App.css
│ ├── App.jsx
│ ├── components
│ │ ├── AboutUs
│ │ ├── Alumni
│ │ ├── Contact
│ │ ├── Events
│ │ ├── Hero
│ │ ├── Navbar
│ │ ├── Reusables
│ │ └── Team
│ ├── index.css
│ ├── main.jsx
│ ├── pages
│ │ └── Home
│ └── variables.css
└── vite.config.js
The public/data directory contains various JSON files for adding events, volunteers, and alumni.
To contribute to this project or run it locally, follow these instructions:
-
Navigate to the project's root directory using your terminal.
-
Run the following command to install the necessary dependencies:
pnpm install
-
After installing the dependencies, start the local development server by running:
pnpm dev
This will launch the server, and you can access the site at
localhost:5173
in your browser. -
Make your desired changes to the project files.
-
If you want to contribute, please fork the repository, create a branch for your changes, and submit a pull request.
Join our Discord server for any questions, discussions, or further assistance.