PHPers / website

PHPers website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website

PHPers website

Running using docker

You can run watcher server using docker. To do this, you can use provided Makefile, which has following commands:

  • make composer-update - runs composer update command (to be used only after dependency modifications)
  • make composer - downloads composer dependencies
  • make build - builds static HTML docs
  • make serve - builds, watches for changes, and serves the website on port 8000

About

PHPers website


Languages

Language:HTML 82.2%Language:CSS 12.8%Language:JavaScript 4.8%Language:Makefile 0.2%Language:Dockerfile 0.1%