Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

59 lines (33 loc) · 1 KB

Contribution Guide

Requirements

  • If you don't use docker-wrapped commands, make sure that tools you use have the same version as in docker-wrapped commands. It's latest version, mainly.

Operations

Take a look at Makefile for commands usage details.

Development environment

Use docker-compose from Makefile to boot up (or restart) dockerized environment for development:

make up
make down

# or without Docker image rebuilding
make up rebuild=no

# or run in background mode
make up background=yes

Dependencies

To preload project dependencies use docker-wrapped command from Makefile:

make deps

Building

To build/rebuild project Docker image use docker-wrapped command from Makefile:

make build

Documentation

To generate JavaDoc documentation of project use docker-wrapped command from Makefile:

make docs
# available in target/site/ dir