Git Product home page Git Product logo

codebrawl's Introduction

Codebrawl

Codebrawl, a code contest website focussed on the Ruby programming language and open source software.

Getting the project to run on your machine

First, check out the project:

git clone git://github.com/codebrawl/codebrawl.git && cd codebrawl

When cd-ing into the project directory, you'll get an RVM notice telling you to read the .rvmc. There's nothing scary in there (it switches to a Codebrawl specific gemset on Ruby 1.9.2), but be sure to always read this file when prompted to. Press enter to see the file, then type "yes" to switch to the gemset.

Install Bundler in your new gemset and use it to install Codebrawl's dependencies:

gem install bundler && bundle install

Copy the example config file:

cp config/codebrawl.example.yml config/codebrawl.yml

Now, run the tests and make sure they all pass:

bundle exec rspec spec

If you get a spec failure, please create an issue explaining what went wrong.

Helping out

Want to help out, but have no idea where to get started? Here's a list of things you can do:

  • Check out the tracker, choose an (unassigned) story, join the project and assign it to yourself
  • Check out the open issues
  • Hop into #codebrawl on Freenode and ask
  • Find a TODO in the source, so you can help clean up a bit
  • Refactor existing code

Fork the project, add your changes (with specs), and send a pull request. Thanks for helping out! :)

codebrawl's People

Contributors

inkel avatar overbryd avatar rbxbx avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.