Start the project locally.
Fork the repository, then clone the repo locally by running command:
git clone https://github.com/dakshkhetan/tedxbvcoe-website.git
cd into the directory:
cd tedxbvcoe-website
In the root folder do yarn
or npm install
(depending upon your package manager):
yarn
# or
npm install
yarn start
# or
npm start
📦src
┣ 📂assets
┃ ┣ 📂about-section
┃ ┣ 📂logo
┃ ┣ 📂events
┃ ┣ 📂illustrations
┃ ┣ 📂partners
┃ ┣ 📂societies
┃ ┣ 📂team
┃ ┣ 📂video
┣ 📂components
┃ ┣ 📂About
┃ ┣ 📂Backdrop
┃ ┣ 📂Contact
┃ ┣ 📂Events
┃ ┣ 📂FAQs
┃ ┣ 📂Footer
┃ ┣ 📂Header
┃ ┣ 📂Hero
┃ ┣ 📂Partner
┃ ┣ 📂Partners
┃ ┣ 📂Person
┃ ┣ 📂SideDrawer
┃ ┣ 📂Societies
┃ ┣ 📂Society
┃ ┣ 📂Team
┣ 📂data
┃ ┣ 📜events.data.js
┃ ┣ 📜faq.data.js
┃ ┣ 📜partners.data.js
┃ ┣ 📜societies.data.js
┃ ┗ 📜team.data.js
┣ 📂pages
┃ ┣ 📂Events
┃ ┗ 📂Home
┣ 📜index.css
┗ 📜index.js
Made with ❤️ by Daksh Khetan.