mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
8 lines
119 B
Bash
Executable file
8 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./build_docs.sh
|
|
|
|
# Build the API docs
|
|
yarn --ignore-engines && yarn build
|
|
|
|
zola serve --interface 0.0.0.0
|