Skip to content

husttom/bulbs-cms

 
 

Repository files navigation

bulbs-cms Build Status Coverage Status

grunt build to compile

Development

Install node.js

Install dependencies:

npm install
npm install -g bower
bower install

grunt serve to run the dev server

grunt karma will unit test your code as you make changes

Deploying

  1. git checkout release
  2. git merge master
  3. grunt publish
  4. update bower versions on your site's bower.json

In order to use grunt publish, you'll have to get a GitHub access token, and do:

$ export GITHUB_USERNAME=your-username-here
$ export GITHUB_TOKEN=your-access-token-here

You'll probably want to put those export commands in your .bash_profile

About

An Angular-based CMS for a bulbs-based content system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 3.5%
  • Other 1.7%