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
- Host: GitHub
- URL: https://github.com/jhsu/boulder-boulder
- Owner: jhsu
- Created: 2014-07-27T01:34:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T00:47:27.000Z (almost 11 years ago)
- Last Synced: 2025-04-04T14:54:56.407Z (about 1 month ago)
- Language: JavaScript
- Homepage: bouldering.io
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).