Skip to content

bootstyle/bootstyle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bootstyle

Bootstyle is a sexy Bootstrap Customizer.

The Big Idea

Bootstyle intends to be a user friendly Twitter Bootstrap customizer for developers and designers alike.

Controls

Tweak your theme with color pickers, sliders and inputs that accept and compile LESS or CSS.

Use intelligent controls like Auto Color, which automatically picks a great overlaying light or dark font color as you change background colors.

Select from the most popular Google Fonts or stick with web safe standards.

HTML Editor

Bootstyle's main page is totally customizable. Change the default HTML with the built in HTML editor. Paste in your template to see what your theme looks like on your actual site.

Live Preview

Your changes are rendered live in the app, so you can exactly what your theme looks like as you are creating it.

Download

Download your bootstyle.less and add it to your head. That's it, you've customized Bootstrap.

Hacking

Setup

Setup is a breeze:

  1. npm run setup

What just happened?

This does a few things. See scripts.setup in package.json.

  1. npm install - installs all our nodejs dependencies, things like Grunt, Browserify, and Protractor.
  2. bower install - installs all our browser components, things like AngularJS, LESS, and Twitter Bootstrap.
  3. grunt build - copies and browserifies app/ into build/. build/ is served on production and your local.
  4. grunt serve:dev - for convenience, we start the dev server so you can get right to playing with the app!

Tests

Bootstyle uses protractor.js for functional testing.

Run Tests: npm test

About

Sexy Bootstrap Customizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published