Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 818 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 818 Bytes

camunda BPM Homepage

This reptository contains the sources of the camunda BPM homepage.

The page is built using the DocPad web framework.

Overview

The site/src/ folder contains the sources for the website.

The dev/ folder contains utilities for development.

Start hacking

In order to start hacking the camunda.org homepage, you first need to setup DocPad.

  1. Install node.js.
  2. Open a terminal, navigate to the site/ folder and type npm install.
  3. Run docpad using ./node_modules/.bin/docpad run or install docpad via npm install -g docpad if you want to have it globally available in your path.
  4. Go to http://localhost:9778/.

Have fun.