All Projects → philwareham → textpattern-hive-admin-theme

philwareham / textpattern-hive-admin-theme

Licence: GPL-2.0 license
The default Hive admin theme that ships as standard with Textpattern CMS.

Programming Languages

HTML
75241 projects
SCSS
7915 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to textpattern-hive-admin-theme

Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+12911.11%)
Mutual labels:  admin-dashboard
Angular Adminlte
AngularjsApp Implementation of renowned Admin-LTE theme (https://github.com/almasaeed2010/AdminLTE) now with many useful directives and features.
Stars: ✭ 214 (+1088.89%)
Mutual labels:  admin-dashboard
Pulsar Manager
Apache Pulsar Manager
Stars: ✭ 247 (+1272.22%)
Mutual labels:  admin-dashboard
Laradmin
Laradmin后台管理系统
Stars: ✭ 197 (+994.44%)
Mutual labels:  admin-dashboard
Hubuntu Ui
Material Admin Dashboard Starter UI ( Ubuntu style ) - https://720kb.github.io/hubuntu-ui/
Stars: ✭ 207 (+1050%)
Mutual labels:  admin-dashboard
Appy
🚀 A full stack boilerplate web app
Stars: ✭ 225 (+1150%)
Mutual labels:  admin-dashboard
Notus React
Notus React: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 173 (+861.11%)
Mutual labels:  admin-dashboard
vueAdmin
采用Vue+Vue-router+element实现的后台管理模板
Stars: ✭ 15 (-16.67%)
Mutual labels:  admin-dashboard
Yoyocms.abpprojecttemplate
一个基于-vue+vuex+vue-router+EF开发的权限管理系统
Stars: ✭ 213 (+1083.33%)
Mutual labels:  admin-dashboard
Clearmin
Bootstrap 3 responsive dashboard / webapp / admin template
Stars: ✭ 233 (+1194.44%)
Mutual labels:  admin-dashboard
Mazer
Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
Stars: ✭ 195 (+983.33%)
Mutual labels:  admin-dashboard
Fireadmin
Application for Managing Firebase Applications. Includes support for multiple environments and data migrations
Stars: ✭ 207 (+1050%)
Mutual labels:  admin-dashboard
Angular Material Dashboard
Angular Material Dasshboard using Angular Material, highcharts and flexbox
Stars: ✭ 227 (+1161.11%)
Mutual labels:  admin-dashboard
Gentelella Rtl
Free RTL Bootstrap 3 Admin Template
Stars: ✭ 194 (+977.78%)
Mutual labels:  admin-dashboard
Forest Rails
🌱 Rails Liana for Forest Admin
Stars: ✭ 247 (+1272.22%)
Mutual labels:  admin-dashboard
Voler
The first Bootstrap 5 admin dashboard template
Stars: ✭ 183 (+916.67%)
Mutual labels:  admin-dashboard
Material Admin
Free Material Admin Template
Stars: ✭ 219 (+1116.67%)
Mutual labels:  admin-dashboard
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (+9133.33%)
Mutual labels:  admin-dashboard
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+405700%)
Mutual labels:  admin-dashboard
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (+1188.89%)
Mutual labels:  admin-dashboard

Hive admin-side theme for Textpattern CMS

The default admin theme that ships as standard with Textpattern CMS.

Demos

Design patterns documentation.

Flat mockup of Textpattern admin area.

Supported web browsers

  • Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.

Build setup

Installing required tools

The project uses Grunt to run tasks and Sass for CSS pre-processing. First make sure you have base dependencies installed: Node.js and Grunt. You can install Node using the installer and Grunt with npm:

$ npm install -g grunt-cli

Consult the Grunt documentation for more instructions if necessary.

Installing dependencies

After you have the base dependencies taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:

$ cd textpattern-hive-admin-theme
$ npm install

npm installs Node modules for Grunt.

Building

This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run tasks using Grunt, including building:

$ grunt @task@

Where the @task@ is either build or watch.

  • The build task builds the project.
  • The watch task will launch a task that watches for file changes; the project is then automatically built if a source file is modified.

Pre-built version

We provide a pre-built version of the theme files within the dist directory in case you don't want to build it yourself.

License

Licensed under the GPLv2 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].