Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Make commands

Charles de Beauchesne edited this page Aug 2, 2018 · 2 revisions

On windows/MAc, you mist run this command before using make :

docker-compose exec ui bash

Here is the list of make commands :

# build the CSS:
make less

# build the JS
make build

# Run the unit tests
make check

# Serve
make -f config/{user} serve

# The list of available makefile targets is available using
make help