Clockwork Active Media Systems

Clockdocs

Write client documents like Clockwork.

Installation for Hipsters

Do you want to use Clockdocs with only a little hassle? Install the unpackaged version.
  1. Download the Latest Version
  2. Install the app in Chrome.
    1. Open the extensions page. chrome://extensions
    2. Make sure "Developer mode" is checked.
    3. Drag and drop the downloaded clockdocs-latest.crx file onto the extensions page.

Installation for Geeks

Do you want access to the raw, unadulterated source code?

Available On GitHub

Prerequisites

Installation

  1. Install prerequisites.
  2. Checkout the repository.
    git clone https://github.com/ClockworkNet/clockdocs.git && cd clockdocs
  3. Install server-side packages.
    npm update
  4. Install client-side packages.
    bower update
  5. Build the source code. This will create a minified version of the app in ./clockdocs/dist
    grunt build
  6. Install the app in Chrome. (See the Chrome Apps & Extensions Developer Tool for an alternative method.
    1. Open the extensions page.
    2. Make sure "Developer mode" is checked.
    3. Click "Load unpacked extension..." and select the ./clockdocs/dist directory.

Development

The Gruntfile.js included with this app has a developer mode. When you run grunt dev from the command line, grunt will watch for changes to certain files in the ./clockdocs/app directory and then reload an uncompressed version of the app in the ./clockdocs/dist directory.