Skip to content
/ CampusKit Public
forked from Trott/CampusKit

Create high-performance touch-friendly web sites and apps for mobile and tablet devices.

License

Notifications You must be signed in to change notification settings

a6wu/CampusKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CampusKit makes it easy to create high-performance, touch-friendly websites and apps for mobile and tablet devices.

See it in action at http://m.ucsf.edu/.

Quick Start

  1. Clone the repo
  2. Make the /htdocs directory your docroot in your web server
  3. Open your site in a web browser.
  4. Really, that's all.

Setting Up Your System To Make Changes _

  1. Install Node.js (http://nodejs.org/download/)
  2. Follow instructions to install Grunt.js (http://gruntjs.com/getting-started) For new install: sudo npm install -g grunt then sudo npm install -g grunt-cli
  3. cd CampusKit
  4. npm install

Making Changes

  1. Make your desired changes.
  2. grunt If successful, the end of the output should say "Done, without errors."

License and Copyright

CampusKit is released under the MIT license. It was written by Rich Trott in 2013. The copyright belongs to the Regents of the University of California.

About

Create high-performance touch-friendly web sites and apps for mobile and tablet devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Ruby 3.5%