Skip to content

ClockworkNet/clockdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clockdocs

Write client documents like Clockwork.

Prerequisites for Development

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.