Source code for the getlaminas.org website.
To test the file, use the provided docker-compose configuration:
$ docker-compose build
$ docker-compose up
# browse to http://localhost:9000
To build the image:
$ make image # or just "make"
To push the image to the Docker Hub:
$ make hub