https://github.com/minutebase/mb-calendar
Ember calendar component
https://github.com/minutebase/mb-calendar
Last synced: 11 months ago
JSON representation
Ember calendar component
- Host: GitHub
- URL: https://github.com/minutebase/mb-calendar
- Owner: minutebase
- License: mit
- Created: 2014-12-21T21:21:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T11:05:15.000Z (about 11 years ago)
- Last Synced: 2025-03-08T22:27:36.840Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MB-Calendar
Calendar widget
```
```
## Dependencies
Currently relies on momentjs; liquid-fire and a private {{format-time}} helper which goes through I18n.
A simple {{format-time}} helper can be found in the test dummy app, we'll open source mb-utils at some point
once it's cleaned up.
## Development
### 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://www.ember-cli.com/](http://www.ember-cli.com/).