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

https://github.com/jhsu/boulder-boulder

frontend for tracking climbing progress and sharing with others
https://github.com/jhsu/boulder-boulder

Last synced: about 1 month ago
JSON representation

frontend for tracking climbing progress and sharing with others

Awesome Lists containing this project

README

        

# Boulder Boulder

Track your bouldering probelm progress with your friends.

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://iamstef.net/ember-cli/](http://iamstef.net/ember-cli/).