Hint, run
$ make info
to view all the available commands thanks to make -)
$ make build
Else, you can:
$ cp .env.dist .env
$ cp docker-compose.override.yml.dist docker-compose.override.yml
$ docker-compose build
And then you can configure in the .env
and docker-compose.override.yml
files if needed.
$ make up
# Browse http://localhost:8080
$ make lint
# e.g. yarn lint
$ make test
# e.g. yarn test
$ make prod
# Get the result in the 'dist' directory
# e.g. yarn build