{"id":19475127,"url":"https://github.com/themeselection/chameleon-bootstrap-html-admin-template-free","last_synced_at":"2025-04-25T12:32:17.974Z","repository":{"id":44945675,"uuid":"141681572","full_name":"themeselection/chameleon-bootstrap-html-admin-template-free","owner":"themeselection","description":"Chameleon Admin Lite is a Free Modern Bootstrap 4 WebApp \u0026 Admin Dashboard Html Template elegant design, clean and organised code. ","archived":false,"fork":false,"pushed_at":"2022-01-31T10:03:17.000Z","size":15137,"stargazers_count":74,"open_issues_count":2,"forks_count":61,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T22:23:37.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://themeselection.com/products/chameleon-admin-free-bootstrap-dashboard-template/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themeselection.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-20T07:53:29.000Z","updated_at":"2025-03-08T17:45:42.000Z","dependencies_parsed_at":"2022-08-25T09:01:52.448Z","dependency_job_id":null,"html_url":"https://github.com/themeselection/chameleon-bootstrap-html-admin-template-free","commit_stats":null,"previous_names":["themeselection/chameleon-bootstrap-html-admin-template-free"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themeselection%2Fchameleon-bootstrap-html-admin-template-free","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themeselection%2Fchameleon-bootstrap-html-admin-template-free/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themeselection%2Fchameleon-bootstrap-html-admin-template-free/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themeselection%2Fchameleon-bootstrap-html-admin-template-free/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themeselection","download_url":"https://codeload.github.com/themeselection/chameleon-bootstrap-html-admin-template-free/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250817896,"owners_count":21492248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T19:30:01.703Z","updated_at":"2025-04-25T12:32:12.958Z","avatar_url":"https://github.com/themeselection.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chameleon Admin - Free Bootstrap Dashboard Template\n\nChameleon Admin Lite is a Free Modern Bootstrap 4 WebApp \u0026 Admin Dashboard Html Template elegant design, clean and organised code. \n\n\nChameleon is one of the best **[Bootstrap Admin Templates](https://themeselection.com/products/category/bootstrap-admin-templates/)**. It can be used for any type of web applications: Project Management, eCommerce backends, Analytics, CRM, Fitness or any custom admin panels. It comes with unique design dashboards.\n\nChameleon admin template is powered with HTML 5, CSS 3, Bootstrap 4, SASS, Gulp. Responsive design which looks great on Desktops, Tablets, and Mobile Devices. Chameleon bootstrap admin template comes with starter kit which will help developers to get started quickly.\n\n## Demo\n\n| Text direction        | URL   |\n| ------------- |:-------------:|\n| LTR      | https://themeselection.com/demo/chameleon-free-bootstrap-admin-template/html/ltr/ |\n\n\n\n\n[![Chameleon Admin - Free Bootstrap Dashboard Template Presentation](https://themeselection.com/wp-content/uploads/2018/07/chameleon-admin-free-bootstrap-dashboard-template.png \"Chameleon Admin - Free Bootstrap Dashboard Template Presentation\")](https://themeselection.com/products/chameleon-admin-free-bootstrap-dashboard-template/)\n\n## Table of contents\n\n- [Installation](#installation)\n- [What's included](#whats-included)\n- [Documentation](#documentation)\n- [Browser Support](#browser-support)\n- [Contributing](#contributing)\n- [Creators](#creators)\n- [Change log](#change-log)\n- [Credits](#credits)\n- [Copyright and license](#copyright-and-license)\n- [Useful Links](#useful-links)\n- [Social Media](#social-media)\n\n## Installation\n\n**1. Download:**\n- Download from Github or \n- Download from **[ThemeSelection](https://themeselection.com/products/chameleon-admin-free-bootstrap-dashboard-template/)**.\n\n**2. Github**\n- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).\n- Clone to your machine\n```\ngit clone https://github.com/YOUR_USERNAME/chameleon-free-bootstrap-admin-template.git\n```\n**3. Extract \u0026 Use**\n\n\nIt is not mandatory to use Node \u0026 Gulp as mentioned below for using this admin template, We have used Node \u0026 Gulp to compile SCSS file to CSS and generate minified dist CSS \u0026 JS file only. You can use direct CSS and JS files to customize and use this admin template. You can use this admin template any JS framework like Angular, React \u0026 Vue and integrate with any back-end technology like PHP, Ruby, .Net, Java \u0026 Python etc...\n\n### Gulp\n\nNodeJS is required be installed on your system to run node commands. You can download and install nodejs from this URL: https://nodejs.org/en/\n\n**[GulpJS](http://gulpjs.com/)** is a JavaScipt task runner. In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc...\n\n- Install gulp globally with ``` npm install gulp-cli -g```\n- To install node packages, navigate to the template root directory, make sure to rename default package.json file to package.grunt.json and rename package.gulp.json file to package.json file. Then ``` run npm install ```. NPM use the package.json file and automatically install the required local dependencies listed in it.\n\n```\nnpm install\n```\n\n**Running Gulp Dist Commands**\n\nTask | Command | Description\n--- | --- | ---\nDist|`gulp dist`|To clean css, js and build distributable css and js files\nClean | `gulp dist-clean`|To clean css, js files\nBuild JS | `gulp dist-js` |To clean js files and build distributable js files\nCompile SCSS | `gulp sass-compile` | Compile scss files\nBuild CSS | `gulp dist-css` |To clean css files and build distributable css files\n\n## What's included\n\nBelow is the Chameleon Admin Lite folder structure. 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:\n```\nchameleon-admin-lite\n├── app-assets\n|   ├── css\n|   ├── data\n|   ├── fonts\n|   ├── images\n|   ├── js\n|   ├── vendors\n|   |   ├── css\n|   |   ├── js\n├── assets\n|   ├── css\n|   ├── js\n|   └── scss\n├── gulp-tasks\n├── html\n|   ├── ltr\n|   └── rtl\n├── src\n|   ├── js\n|   ├── scss\n├── gulpfile.js (gulp tasks)\n├── README.md\n├── CHANGELOG.md\n└── package.json (gulp package json)\n```\n\n## Documentation\n\nVisit the online [documentation](https://themeselection.com/demo/chameleon-admin-template/documentation/)  for the most updated guide.\n\n## Browser Support\n\nChameleon [Free Bootstrap Admin Template](https://themeselection.com/) is built to work best in the latest desktop and mobile and tablet browsers,\n\n- Chrome (latest)\n- FireFox (latest)\n- Safari (latest)\n- Opera (latest)\n- IE10+\n\n\n## Contributing\n\nContribution are always welcome and recommended! Here is how:\n\n\n- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).\n- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/chameleon-free-bootstrap-admin-template.git```\n- Make your changes\n- Create a pull request\n\n#### Contribution Requirements:\n\n- When you contribute, you agree to give a non-exclusive license to ThemeSelection to use that contribution in any context as we (ThemeSelection) see appropriate.\n- If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license.\n- Contributions are only accepted through Github pull requests.\n- Finally, contributed code must work in all supported browsers (see above for browser support).\n\n## Creators\n\n* **ThemeSelection** - *Initial work* - [ThemeSelection](https://themeselection.com)\n\n## Change log\n\n**For the most recent change log, visit the [releases page](https://github.com/themeselect/chameleon-free-bootstrap-admin-template/releases) or the [changelog file](https://github.com/themeselect/chameleon-free-bootstrap-admin-template/blob/master/changelog.md).** \nWe will add a detailed release notes to each new release.\n\n## Credits\n\n* [Graphicburger](http://graphicburger.com/)\n* [Stocksnap](https://stocksnap.io/)\n* [Pixabay](https://pixabay.com/)\n* [Unsplash](https://unsplash.com/)\n* [Picjumbo](https://picjumbo.com/)\n\n## Copyright and license\n\nChameleon Free Bootstrap Admin Template is an open source project by [ThemeSelection](https://themeselection.com) that is licensed under [MIT](http://opensource.org/licenses/MIT). ThemeSelection reserves the right to change the license of future releases.\n\n## Note\n\n**We request you to keep ThemeSelection credit link in the footer section.**\n\n## Looking For Premium Bootstrap Admin Templates?\n\n**[ThemeSelection](https://themeselection.com/)** provids Selected high quality, modern design, professional and easy-to-use Free and premium Admin Templates, HTML Themes and UI Kits to create your applications faster!.\n\nIf you want to [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) like Chameleon Admin Lite, please visit **[ThemeSelection](https://themeselection.com/)**.\n\n## Useful Links\n\n\n* [More products](https://themeselection.com/products/) from ThemeSelection\n* [Freebies](https://themeselection.com/products/category/freebies/) from ThemeSelection\n* [Blog](https://themeselection.com/blog/)\n\n## Social Media\n\n* Twitter : [https://twitter.com/themeselect](https://twitter.com/themeselect)\n* Facebook : [https://www.facebook.com/ThemeSelections/](https://www.facebook.com/ThemeSelections/)\n* Pintrest : [https://pinterest.com/themeselect/](https://pinterest.com/themeselect/)\n* Instagram : [https://www.instagram.com/themeselect_official/](https://www.instagram.com/themeselect_official/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeselection%2Fchameleon-bootstrap-html-admin-template-free","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemeselection%2Fchameleon-bootstrap-html-admin-template-free","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeselection%2Fchameleon-bootstrap-html-admin-template-free/lists"}