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.jsThe 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:5173in 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.