Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 308 Bytes

File metadata and controls

13 lines (10 loc) · 308 Bytes

How to run gitbook locally:

Install Rancher Desktop

https://rancherdesktop.io/

# Build docker image with current directory as context
docker build -t mews-gitbook .
# Run docker image with port 4000 exposed
docker run -p 4000:4000 mews-gitbook

Access the gitbook at http://localhost:4000