Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gmassanek/codemarks

Bookmarks for Social Coders!
https://github.com/gmassanek/codemarks

Last synced: 3 days ago
JSON representation

Bookmarks for Social Coders!

Awesome Lists containing this project

README

        

codemarks
=========
[![Build Status](https://secure.travis-ci.org/gmassanek/codemarks.png?branch=master)](http://travis-ci.org/gmassanek/codemarks)
[![Code Climate](https://codeclimate.com/github/gmassanek/codemarks.png)](https://codeclimate.com/github/gmassanek/codemarks)

Development Environment Setup
-----------------------------

We're assuming you use homebrew and RVM, and developing on a mac:

gem install bundler
bundle install
cp config/database.example.yml config/database.yml
rake db:create:all
rake db:reset
rails server

### Running the Tests

rake

Deployment Instructions
-----------------------

TODO