Skip to content

Commit

Permalink
Merge pull request #50 from jim-taylor-business/home_improvements
Browse files Browse the repository at this point in the history
Lemmy errors, SSR errors, Docker dev environment
  • Loading branch information
jim-taylor-business committed Mar 5, 2024
2 parents 61a0786 + eb89023 commit 0fbf3cb
Show file tree
Hide file tree
Showing 18 changed files with 423 additions and 499 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@
# build
target
node_modules
docker/volumes
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -42,6 +42,10 @@ and browse to `http://localhost:1237` to see the UI.

Any changes you make while coding might require a page refresh as the automatic reload may become detached.

### Running against a local Lemmy instance in Docker

In the [docker](/docker) directory you will find a [docker-compose file](/docker/docker-compose.yml) that will launch a full lemmy instance and will serve your development version of the Lemmy-UI-Leptos at http://localhost as long as it is running with the config `export LEMMY_UI_LEPTOS_LEMMY_HOST=localhost`.

### Formatting

Code submissions need to follow strict formatting guidelines. Run `./format.sh` or use the commands within to automate this process.

0 comments on commit 0fbf3cb

Please sign in to comment.