Skip to content

bu3tt1/getlaminas.org

 
 

Repository files navigation

getlaminas.org

Source code for the getlaminas.org website.

Testing

To test the file, use the provided docker-compose configuration:

$ docker-compose build
$ docker-compose up
# browse to http://localhost:9000

Building images

To build the image:

$ make image # or just "make"

To push the image to the Docker Hub:

$ make hub

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.8%
  • PHP 34.3%
  • Dockerfile 2.3%
  • Other 1.6%