All Projects → adamjgrant → kickstart

adamjgrant / kickstart

Licence: other
Kickstart is a CSS library designed for modularity and fast page performance

Projects that are alternatives of or similar to kickstart

codejam
Solutions of Code Jam problems will be here
Stars: ✭ 17 (-99.1%)
Mutual labels:  kickstart
A600 ACCEL RAM
Amiga 600 Accelerator And RAM Expansion
Stars: ✭ 22 (-98.83%)
Mutual labels:  kickstart
centos-7-kickstart
build a centos 7 iso/ovf/ova with kickstart
Stars: ✭ 22 (-98.83%)
Mutual labels:  kickstart
GoogleKickStart-2021
🏃 Python Solutions of All 32 Problems in GKS 2021
Stars: ✭ 84 (-95.54%)
Mutual labels:  kickstart
AROS
www.axrt.org
Stars: ✭ 33 (-98.25%)
Mutual labels:  kickstart
katapult
Kickstart Rails development!
Stars: ✭ 21 (-98.89%)
Mutual labels:  kickstart
ansible-os-autoinstall
Unattended OS installation configuration system
Stars: ✭ 54 (-97.13%)
Mutual labels:  kickstart
packer-kvm
Create VM templates with Packer for usage with Libvirt/KVM virtualization : CentOS 7, CentOS 8, CentOS 8 Stream, Alma Linux, Rocky Linux, Bionic (Ubuntu 1804), Focal (Ubuntu 2004), Debian 11 (stable), Kali Linux, Fedora 33 and Fedora 34.
Stars: ✭ 99 (-94.75%)
Mutual labels:  kickstart
GoogleKickStart2020 Solutions
This repository will contain solutions of "Google Kick Start 2020" in C/C++/Java/Python. If you loved it, give a 🌟!
Stars: ✭ 137 (-92.73%)
Mutual labels:  kickstart
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (-97.08%)
Mutual labels:  kickstart
payton
Payton! Kickstart any 3D OpenGL + GTK Ideas in a few seconds!
Stars: ✭ 45 (-97.61%)
Mutual labels:  kickstart
ubuntu-kickstart
Kickstart config files for Ubuntu
Stars: ✭ 69 (-96.34%)
Mutual labels:  kickstart

Kickstart

Kickstart is a modern front-end CSS library for clean HTML and fast performance.

getkickstart.com

Codeship Status for adamjgrant/kickstart

Code Climate

Quickstart with Gulp

Clone the repository and run make setup in the directory created. This is only required when starting the project.

Run gulp to again build and watch the project. A browser tab should open in your default browser automatically when ready. You'll also get an external URL you can use on other devices.

Alternatively, run gulp build to build the project without watching or creating a server.

Going further

If when running the gulp command, node warns you a module is missing, a dependency probably wasn't installed. It may be enough to run npm install again to catch the missing dependency. In some cases, this problem can be solved by deleting the node_modules directory and running npm install again.

Javascript assets

JavaScript assets can be written as modules in lib/coffee. Add each module to app.coffee in this same directory to output a single, minified JavaScript file with Kickstart.js included.

CSS assets

A style.sass should currently exist in lib/sass. Use this to write your styles, importing any other sass files you create along the way. To change themes, simply change the theme import at the top of the file.

Building getkickstart.com and Kickstart core

Gulp

Directions are similar to the above, however, you should run gulp watch:docs exclusively for docs creation. This will output to /docs instead of /public.

Alternatively, run gulp build:docs to build without watching.

Rails gem and Node.js package

To build gem/package, run make build-all. This will automatically fire up gulp to compile files, bump version numbers, and deploy to NPM/RubyGems.org respectively.

Deployment

  • Deployed with CodeShip
  • master deploys to getkickstart.com
  • stage deploys to stage.getkickstart.com
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].