mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
15 lines
332 B
Markdown
15 lines
332 B
Markdown
# Join lemmy site
|
|
|
|
## Requirements
|
|
- [zola](https://www.getzola.org/)
|
|
- `yarn` to build the API docs
|
|
- `cargo` 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
|