Skip to content
/ DevConf Public
forked from UniKonf/vibey

⚡ Find your next developer virtual event and workshop

License

Notifications You must be signed in to change notification settings

0papi/DevConf

 
 

Repository files navigation

DevConf

DEVCONF BANNER

License Issues Contributors Forks Stars

What is <DevConf/>

DevConf is a community driven initiative to find online conferences and events for developers. It is a web app that lets you find online events 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.

👨‍💻 Demo

Check out the website: https://dev-conf.vercel.app/

What stack is <DevConf/> built on?

👇 Prerequisites

🛠️ Installation

  1. Fork the repo
  2. Clone the repository git clone
  3. Run npm i to install all dependencies
  4. Run npm run dev to start the application
  5. 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 -m "Add some feature"
  6. Push to the branch git push origin feature-name
  7. Create a new pull request

📒 Storybook

See what components are available

  1. npm run storybook
  2. Navigte to http://localhost:6006

🎉 Contributing to Storybook

  1. Create a story file in the its component folder. And if it is page then use stories folder
  2. Check type for the Props and add them to the story
  3. Run npm run storybook to see the added components and visit http://localhost:6006 to interact with them in the browser

➕ To Add Your Event

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

📚 Guildlines for adding events

  1. Make sure the event is Online
  2. 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';

🛡️ License

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

👥 Team

🚀 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

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

💪 Thanks to all Contributors

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

Contributors

🙏 Support

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

About

⚡ Find your next developer virtual event and workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.5%
  • CSS 4.2%
  • JavaScript 3.9%
  • Shell 0.4%