All Projects → philwareham → Hive Framework

philwareham / Hive Framework

Licence: mit
A website development framework built with Sass, and incorporating jQuery UI.

Projects that are alternatives of or similar to Hive Framework

Fictoan
Mockups with markup — https://sujan-s.github.io/fictoan/
Stars: ✭ 114 (+714.29%)
Mutual labels:  css-framework, scss, sass
Basis
A lightweight responsive Sass/CSS framework based on flexible box.
Stars: ✭ 133 (+850%)
Mutual labels:  css-framework, scss, sass
Avalanche
A package based CSS framework.
Stars: ✭ 86 (+514.29%)
Mutual labels:  css-framework, scss, sass
Siimple
The minimal CSS toolkit for flat and clean designs
Stars: ✭ 502 (+3485.71%)
Mutual labels:  css-framework, scss, sass
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+5492.86%)
Mutual labels:  css-framework, scss, sass
Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (+1000%)
Mutual labels:  css-framework, scss, sass
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+5014.29%)
Mutual labels:  css-framework, scss, sass
Bulma Helpers
Library with missing Functional / Atomic CSS classes for Bulma framework
Stars: ✭ 263 (+1778.57%)
Mutual labels:  css-framework, scss, sass
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Stars: ✭ 154,459 (+1103178.57%)
Mutual labels:  css-framework, scss, sass
Aqua.css
An elegant CSS Framework.
Stars: ✭ 253 (+1707.14%)
Mutual labels:  css-framework, scss, sass
Tacit
CSS Framework for Dummies, Without Classes
Stars: ✭ 1,344 (+9500%)
Mutual labels:  grunt, css-framework, scss
Almace Scaffolding
AMSF, a.k.a. Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.
Stars: ✭ 275 (+1864.29%)
Mutual labels:  grunt, scss, sass
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+3642.86%)
Mutual labels:  scss, sass
Nhsuk Frontend
NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
Stars: ✭ 511 (+3550%)
Mutual labels:  css-framework, scss
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+175692.86%)
Mutual labels:  scss, sass
Avalanche
Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system
Stars: ✭ 627 (+4378.57%)
Mutual labels:  scss, sass
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (+4200%)
Mutual labels:  scss, sass
Gulp Frontnote
スタイルガイドジェネレーターFrontNoteのGulpプラグイン
Stars: ✭ 7 (-50%)
Mutual labels:  scss, sass
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+5107.14%)
Mutual labels:  scss, sass
Neat
Neat is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 4,506 (+32085.71%)
Mutual labels:  scss, sass

Hive framework   Tweet

Greenkeeper Build Status

Hive logo

Demo

A website development framework built with Grunt and Sass, and incorporating jQuery UI. The theme styling is intentionally minimal to make re-skinning easier.

Supported web browsers

  • Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
  • Internet Explorer 11.
  • Firefox ESR latest major point release.

Older versions of the above and other browsers may work, but these are the ones we verify.

Requirements

Building this repository requires:

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 hive-framework
$ npm install

npm installs Node modules for Grunt (you can also install via Yarn, instead of NPM, if you prefer).

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 @[email protected]

Where the @[email protected] 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.

Textpattern templates

Optional Textpattern CMS theme 'forms' and 'pages' templates are included, for reference. They can be found in the public/templates directory, and follow the structure expected by Textpattern themes.

License

Licensed under MIT license except Textpattern templates, which are licensed under GPLv2 license.

Some demo site content is licensed under Creative Commons BY-NC 3.0 (audio: "Moonlight Reprise" from "Irsen's Tale" by Kai Engel) and BY 3.0 (video: "Big Buck Bunny").

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].