mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-08 19:35:40 +00:00
23 lines
940 B
Markdown
23 lines
940 B
Markdown
# bootstrap-datepicker
|
|
|
|
This is a fork of Stefan Petre's [original code](http://www.eyecon.ro/bootstrap-datepicker/);
|
|
thanks go to him for getting this thing started!
|
|
|
|
Please note that this fork is not used on Stefan's page, nor is it maintained or contributed to by him.
|
|
|
|
Versions are incremented according to [semver](http://semver.org/).
|
|
|
|
## Links
|
|
|
|
* [Online Demo](http://eternicode.github.io/bootstrap-datepicker/)
|
|
* [Online Docs](http://bootstrap-datepicker.readthedocs.org/) (ReadTheDocs.com)
|
|
* [Google Group](https://groups.google.com/group/bootstrap-datepicker/)
|
|
* [Travis CI ![Build Status](https://travis-ci.org/eternicode/bootstrap-datepicker.svg?branch=master)](https://travis-ci.org/eternicode/bootstrap-datepicker)
|
|
|
|
## Development
|
|
|
|
Once you cloned the repo, you'll need to install [grunt](http://gruntjs.com/) and the development dependencies using [npm](https://www.npmjs.com/).
|
|
|
|
npm install -g grunt-cli
|
|
npm install
|