File size: 809B
---
layout: page
title: "Installation"
category: doc
date: 2014-07-06 10:34:05
---
### Requirements
Gridmanager.js requires:
+ jQuery (1.10 upwards)
+ jQuery UI
+ A CSS framework, i.e Bootstrap 3.x
#### Basic Installation via download
Download the [zip](https://github.com/neokoenig/jQuery-gridmanager/zipball/master) or [tar](https://github.com/neokoenig/jQuery-gridmanager/tarball/master) of the master branch at [github](https://github.com/neokoenig/jQuery-gridmanager) and extract the ```dist``` folder.
You will see the included ```css``` and ```js``` files you need.
#### or via Bower
If you have bower installed, simply run ```bower install gridmanager.js```
Or alternatively you can clone the [git repository](https://github.com/neokoenig/jQuery-gridmanager/).
Next, see [basic usage]