joinlemmy-site/README.md

16 lines
332 B
Markdown
Raw Normal View History

2020-09-28 18:59:32 +00:00
# Join lemmy site
## Requirements
- [zola](https://www.getzola.org/)
- `yarn` to build the API docs
- `cargo` to build the mdbook docs
## Running
2020-09-28 18:59:32 +00:00
To test / make changes:
2020-09-28 18:59:32 +00:00
- run `./serve.sh`
2021-02-06 03:51:02 +00:00
- 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