Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/weekly

a jQuery Weekly Calendar Plugin
https://github.com/firstandthird/weekly

Last synced: 3 days ago
JSON representation

a jQuery Weekly Calendar Plugin

Awesome Lists containing this project

README

        

#weekly

jQuery Weekly Calendar Plugin

##Development

###Requirements

- node and npm
- bower `npm install -g bower`
- grunt `npm install -g grunt-cli`

###Setup

- `npm install`
- `bower install`

###Run

`grunt dev`

or for just running tests on file changes:

`grunt ci`

###Tests

`grunt mocha`