Vibey is a community-driven initiative to find conferences, meetups and workshops for developers. Our web app is designed to empower developers like you to explore a multitude of captivating online events, right at your fingertips.
While is still in its early stages, we are fueled by the collective ambition and expertise of our contributors. Together, we strive to transform this project into a resounding success. Whether you're an experienced developer or just starting your coding journey, we welcome your valuable contributions with open arms.
Join us on this exhilarating mission to revolutionize the way developers discover and engage online/offline conferences and events.!
<Vibey/>
is built using the following technologies:
- React JS - A popular JavaScript library for building user interfaces.
- Next.js - A powerful React framework for server-side rendering and static site generation.
- Tailwind CSS - A highly customizable CSS framework for rapid UI development.
- TypeScript - A typed superset of JavaScript that enhances development experience and code quality.
- MongoDB - A flexible and scalable NoSQL database for storing application data.
Before getting started with <Vibey/>
, make sure you have the following software installed on your machine:
- Node.js - A JavaScript runtime environment for executing server-side and build scripts.
- Git - A distributed version control system for managing your source code.
- pnpm - A fast and efficient package manager for Node.js projects.
1. Fork this repository by clicking on the fork
button as shown below, at the top right section of this page
else fork directly from here
git clone https://github.com/<YOUR_USERNAME>/vibey
cd vibey
pnpm i
Note: If you don't have pnpm installed in your system then run this command
npm i -g pnpm
to install pnpm.
Start Client
pnpm dev
Start Server
PORT=5000
UI_ENDPOINT=http://localhost:3000
DB='YOUR_MONGO_CREDENTIALS'
Note: Get your Mongodb credentials from here