Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 486 Bytes

File metadata and controls

19 lines (15 loc) · 486 Bytes

🚧 devd 🚧

tl;dr WIP

devd is a great livereload, reverse proxy, and latency + bandwidth simulation tool. devd pairs especially well with Jekyll and Django.

Using with Docker Compose

services:
  devd:
    image: ghcr.io/jefftriplett/devd:latest
    command: --livewatch
    ports:
      - 8000:8000
    volumes:
      - .:/srv/jekyll