Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 305 Bytes

Wiki

[WIP] BookStack with HedgeDoc integration

Usage

  1. Copy .env.example to .env and edit the variables.

  2. Run dev server

make run-dev

# If you don't want to see the logs from bookstack and hedgedoc, run
make run-dev ATTACH=

# Or just bookstack
make run-dev ATTACH=bookstack