Skip to content
forked from UniKonf/vibey

⚡ Find your next developer event and workshop

License

Notifications You must be signed in to change notification settings

Shalini469717/vibey

 
 

Repository files navigation

<Vibey/>

vibey BANNER

License Issues Contributors Forks Stars

What is <Vibey/>

Vibey is a community driven initiative to find online conferences and events for developers. It is a web app that lets you find online events and conferences that are happening around the world. This project is still in its early stages and we are looking for contributors to make this project a success.

👨‍💻 Live

Check out the website: here

What stack is <Vibey/> built on?

👇 Prerequisites

🛠️ Installation

  1. Fork the repo
  2. Clone the repository git clone https://github.com/<USERNAME>/vibey
  3. Run cd vibey to change the working directory
  4. Change the file name from .template to .env.local
  5. Create project using Appwrite Cloud
  6. Copy the project_id and endPoint
  7. Add into NEXT_PUBLIC_APPWRITE_PROJECT_ID = project_id
  8. Add into NEXT_PUBLIC_APPWRITE_ENDPOINT = endPoint
  9. Run yarn install or yarn to install all dependencies
  10. Run yarn dev to start the application
  11. Visit https://localhost:3000 to view the application

🎭 How to contribute

  1. Run installation steps
  2. Find Issue to work on or create a new issue for feature request or bug
  3. Create a new branch for your feature git checkout -b feature-name
  4. Make your changes
  5. Commit your changes git commit -a -m "Add some feature"
  6. Push to the branch git push origin feature-name
  7. Create a new pull request

➕ To Add Your Event

  1. Select issue template Add Event
  2. Fill out the form
  3. And create the Issue.

📚 Guildlines for adding events

  • Make sure the type of the data you enter should be correct
title: 'Event Name';
description: 'Description should be 20-30 words not more then that';
date: '16/11/2022 10:00 IST'; // DD/MM/YYYY HH:MM TIME-ZONE
link: 'Link to Register Page';
themes: 'DEVOPS, WEB3, BLOCKCHAIN'; // themes sepreated by comma
social: 'Link to other social media';

👥 Team

🚀 Deployment

The easiest way to deploy your Next.js app is to use Vercel

Check out their Next.js deployment documentation for more details.

🛡️ License

This project is licensed under the MIT License - see the LICENSE.md file for details

🙏 Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️

💪 Thanks to all Contributors

Thanks a lot for spending your time helping vibey grow. Thanks a lot! Keep rocking 🍻

Contributors

Contributers

239682688-0c5debf5-d414-4916-87d8-e1a710773ae3

About

⚡ Find your next developer event and workshop

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • CSS 2.4%
  • JavaScript 1.3%
  • Shell 0.1%