/hacktoberfest-participants

Hacktoberfest participant listing

Primary LanguageJavaScriptMIT LicenseMIT

Light Theme Dark Theme
Light Theme Dark Theme

Hacktoberfest participants

A platform that shows a list of all the hackers, participated in month-long challenge Hacktoberfest presented by DigitalOcean.

Installation & Set Up

  1. In the top-right corner of the page, click Fork. Create a local clone of your fork:

    git clone https://github.com/YOUR-USERNAME/hacktoberfest-participants
  2. Change directory

    cd hacktoberfest-participants
  3. Install the Gatsby CLI

    npm install -g gatsby-cli
  4. Install dependencies

    npm install or yarn or npm i
  5. Start the development server

    npm run develop

Steps to add yourself in the list

  1. Create new file under src/contributors/ with name [your-username].json
  2. Add this json content and edit it with your details
{
    "name": "Darsh Shah",
    "desc": "This is test Desc."
    "github" : "https://github.com/iamdarshshah",
    "twitter" : "https://twitter.com/iamdarshshah",
    "linkedin" : "https://www.linkedin.com/in/iamdarshshah"
}
  1. Commit and generate your awesome pull request with us at iamdarshshah/hacktoberfest-participants

Take a look here for detailed version.

Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

Contributing

Pull requests are welcome.

See the guidelines for contributing to this project.

License

MIT

Disclaimer: This website is a fan and community made creation. It is not affiliated with Hacktoberfest