mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 11:51:17 +00:00
No description
content | ||
lemmy-docs@03e002a592 | ||
static | ||
templates | ||
.gitignore | ||
.gitmodules | ||
build.sh | ||
build_docs.sh | ||
config.toml | ||
deploy.sh | ||
LICENSE | ||
package.json | ||
README.md | ||
serve.sh | ||
styles.md | ||
yarn.lock |
Join lemmy site
Requirements
- zola
yarn
to build the API docscargo
to build the mdbook docs
Running
To test / make changes:
- run
./serve.sh
- Goto http://127.0.0.1:1111
- Goto http://127.0.0.1:1111/docs/en/index.html for docs
- Goto http://127.0.0.1:1111/api/index.html for API