# [COMPONENTS](http://www.routetopa.eu) COMPONENTS is a repositiory of datalet and controllet, maintained by the [UNISA TEAM](http://www.isislab.it/) for the ROUTE-TO-PA PROJECT. ## Table of contents * [Quick start](#quick-start) * [Bugs and feature requests](#bugs-and-feature-requests) * [Documentation](#documentation) * [Contributing](#contributing) * [Community](#community) * [Versioning](#versioning) * [Creators](#creators) * [Copyright and license](#copyright-and-license) ## Quick start Several quick start options are available: * [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip). * Clone the repo: `git clone https://github.com/twbs/bootstrap.git`. ### What's included Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: ``` bootstrap/ ├── css/ │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── bootstrap.min.css.map │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ └── bootstrap-theme.min.css.map ├── js/ │ ├── bootstrap.js │ └── bootstrap.min.js └── fonts/ ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ``` ## Bugs and feature requests Have a bug or a feature request? ## Documentation COMPONENTS documentation. ### Running documentation locally ### Documentation for previous releases ## Contributing ## Community Get updates on COMPONENTS's development and chat with the project maintainers and community members. ## Versioning ## Creators ## Copyright and license Code released under [the MIT license](https://opensource.org/licenses/MIT).