Skip to content

avidys/camunda.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camunda BPM Homepage

This repository contains the sources of the camunda BPM homepage.

The page is built using the DocPad web framework for site generation and Grunt for minify operations.

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 and Grunt:

  1. Install node.js.
  2. Open a terminal, navigate to the site/ folder and type npm install.
  3. Install grunt-cli globally with npm install -g grunt-cli.
  4. Optional: Install docpad via npm install -g docpad if you want to have it globally available in your path.

Once all tools are installed, you can build the site:

  1. Open a terminal, navigate to the site/ folder and type npm update.
  2. Run DocPad using ./node_modules/.bin/docpad run or just docpad run if you installed it globally.
  3. Go to http://localhost:9778/.

Once you are finished with hacking:

  1. Check that you add all needed files to docpad and grunt for minification
  2. Run DocPad using ./node_modules/.bin/docpad -e live run or just docpad -e live run if you installed it globally.
  3. Open a new terminal, navigate to the site/ folder and type grunt
  4. Check if your contribution is working also in live mode

Have fun.

License

CC BY-SA The content on this project is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

About

Sources of the camunda.org site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published