Skip to content
A chrome app for writing structured documents.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
test
.bowerrc
.editorconfig
.gitignore
.jshintrc
Gruntfile.js
README.md
bower.json
package.json

README.md

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.

You can’t perform that action at this time.