Skip to content
forked from glugmvit/gwoc

The Official website for GLUG Winter of Code 2020

Notifications You must be signed in to change notification settings

shreyaraj13/gwoc

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.7%
  • CSS 48.6%
  • HTML 0.7%