joinlemmy-site/serve.sh

9 lines
119 B
Bash
Raw Normal View History

2020-09-28 04:19:11 +00:00
#!/bin/bash
./build_docs.sh
# Build the API docs
yarn --ignore-engines && yarn build
2020-09-28 04:19:11 +00:00
zola serve --interface 0.0.0.0