glugmvit / gwoc

The Official website for GLUG Winter of Code 2020

Home Page:https://gwoc.glugmvit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Beginner PR requests
  • Questions regarding any problems
  • Submitting a fix
  • Proposing new features
  • Suggestions and Feedbacks

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!

About

The Official website for GLUG Winter of Code 2020

https://gwoc.glugmvit.com/


Languages

Language:JavaScript 51.0%Language:CSS 48.3%Language:HTML 0.7%