glugmvit / gwoc

The Official website for GLUG Winter of Code 2020
https://gwoc.glugmvit.com/
6 stars 8 forks source link
css hacktoberfest html javascript react

GLUG WINTER OF CODE

This is the official website for Glug Winter of Code

build website
PRs welcome issues code-style
Follow @glugmvit

gwocss

Contributing to GWOC Website

We love contributions! We want to make contributing to this project as easy and friendly as possible, whether it's:

We Use Github Flow, So All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:

  1. Fork the repo and create your branch from master.

  2. Run the app in developer mode

    npm start

    Open http://localhost:3000 to view it in the browser. The page will reload as you make edits.

  3. Ensure the test suite passes.

    npm test
  4. Make sure your code lints. To format the code, use

    npm run prettier

    incase prettier fails, use

    npm run prettier:fix
  5. Issue that pull request!