Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/gmassanek/codemarks
- Owner: gmassanek
- Created: 2011-11-01T11:45:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T14:03:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:13:08.815Z (3 months ago)
- Language: Ruby
- Homepage: http://codemarks.com/about
- Size: 15.8 MB
- Stars: 23
- Watchers: 4
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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