Overview:
Vibey Banner is a community-driven initiative that aims to help developers find conferences, meetups, and workshops easily through their web app. By leveraging the expertise and ambition of contributors, Vibey strives to become a successful platform for developers at all levels.
Features:
- Community-Driven: Vibey is powered by the collective ambition and expertise of its contributors.
- Event Exploration: Developers can explore a variety of captivating online events effortlessly.
- Technologies Used: Built with technologies like React JS, Next.js, Tailwind CSS, TypeScript, and MongoDB for an enhanced user experience.
Installation:
Fork the Repository:
- Fork the repository by clicking on the fork button located on the top right of the page.
- Alternatively, you can fork directly from the provided link.
Clone the Repository:
- Clone the repository to your local machine using the command:
git clone <repository-url>
- Clone the repository to your local machine using the command:
Install Dependencies:
- Navigate to the project directory in your IDE or terminal.
- Install project dependencies by running:Note: If
pnpm install
pnpm
is not installed, runnpm i -g pnpm
first.
Start Client:
- Create a
.env.local
file and replicate credentials from.env.example
. - Start the application with:
npm start
- Create a
Start Server:
- Navigate to the server folder in the project.
- Create a
.env
file in the server directory and add necessary details. - Install server dependencies by running:
npm install
- Start the server with:
npm start
- Access the application at
https://localhost:3000
in your web browser.
Summary:
Vibey Banner is a platform designed to assist developers in discovering and engaging with online and offline events. By utilizing a variety of technologies and focusing on community contributions, Vibey aims to revolutionize the way developers interact with conferences and meetups. The clear installation guide provided ensures that developers can easily set up and start exploring the world of events through Vibey Banner.