mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
11 lines
389 B
Markdown
11 lines
389 B
Markdown
|
Run:
|
||
|
|
||
|
```bash
|
||
|
git clone https://github.com/dessalines/lemmy
|
||
|
cd lemmy/docker/dev
|
||
|
./docker_update.sh # This builds and runs it, updating for your changes
|
||
|
```
|
||
|
|
||
|
and go to http://localhost:8536.
|
||
|
|
||
|
Note that compile times are relatively long with Docker, because builds can't be properly cached. If this is a problem for you, you should use [Local Development](contributing_local_development.md).
|