You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2019. It is now read-only.
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