This reptository contains the sources of the camunda BPM homepage.
The page is built using the DocPad web framework.
The site/src/
folder contains the sources for the website.
The dev/
folder contains utilities for development.
In order to start hacking the camunda.org homepage, you first need to setup DocPad.
- Install node.js.
- Open a terminal, navigate to the
site/
folder and typenpm install
. - Run docpad using
./node_modules/.bin/docpad run
or install docpad vianpm install -g docpad
if you want to have it globally available in your path. - Go to http://localhost:9778/.
Have fun.