opencodeiiita / Collaborative-Web-2022

https://opencodeiiita.github.io/Collaborative-Web-2022/
1 stars 55 forks source link
opencode22

Opencode Collaborative 2022

Opencode

OpenCode

Like us on Facebook

About us

OpenCode is a month long open source program organised by GeekHaven IIIT Allahabad. OpenCode attracts talent from all over the world. People contribute to various open source projects. We welcome everyone to experience the awesome event and win exciting prizes .

Requirements:

Setting up git:

Adding a mentor

To add a mentor open mentors.json and please maintain the following format EXACTLY (replacing values where indicated):

     {

        "name" : "Mentors Name",
        "imageurl" : "mentor/image.jpg",
        "about" : "Hello I'm a web developer",
        "facebook" : "url",
        "github" : "url",
        "twitter" : "url"
     }

IMPORTANT:

Adding yourselves to participant section

To add yourself to student section you need to open the file participants.json and please maintain the following format EXACTLY (replacing values where indicated):

    {

        "name" : "Name",
        "imageurl" : "contestant/avatar.jpg",
        "about" : "Hello I'm a web developer",
        "college" : "My college",
        "facebook" : "url",
        "github" : "url",
        "twitter" : "url",
        "referral" : "who refered you?"
     }

IMPORTANT:

Contributing

Getting started

We will follow the official GitHub documentation for setting up the repo.

Installing Node.js

To install Node.js on your local machine, follow these steps:

Running the project

Guidelines and Best practices

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

Happy Coding :v: