Files
herolib/lib/web/mdbook/template/develop.sh
Mahmoud Emad 4c01c88b85 WIP: Building hero
- The work is still in progress

Co-authored-by: supermario <mariobassem12@gmail.com>
2025-01-02 19:01:37 +02:00

4 lines
114 B
Bash

set -e
cd ${book.path_build.path}
mdbook serve . -p 8884 -n localhost --open --dest-dir ${book.path_publish.path}