Go to file
zinklog2 df33518b1e
Update recommended-instances.json (#168)
Added lemmy.fmht.ml in recommended instances
2023-06-09 05:53:17 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@47430c9a9b Table comparison addition to instances.jsx (#158) 2023-06-08 14:33:00 +02:00
lemmy-docs@4249465e99 Update submodules 2023-06-06 22:27:27 +02:00
lemmy-js-client@2eac19b2a2 Updating submodules 2023-03-03 08:37:03 -05:00
lemmy-stats-crawler@7192481fa1 Update submodules 2023-06-02 00:57:18 +02:00
lemmy-translations@9cda50f867 Update submodules 2023-06-06 22:27:27 +02:00
src Fix title not being translated (#166) 2023-06-09 05:49:31 -04:00
.babelrc Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.dockerignore Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
.eslintignore Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
.eslintrc.json Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.gitignore Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
.gitmodules Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
.prettierignore Replace remmel with mlem. (#149) 2023-06-02 09:22:25 -04:00
.prettierrc.json Adding lemmyBB to apps. Fixes #125 (#132) 2023-02-23 03:14:43 +01:00
.woodpecker.yml Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
Dockerfile Fix docker build by downgrading Rust version (#119) 2022-10-04 16:29:58 -04:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
README.md Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
crawl.mjs Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
deploy.sh separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
generate_translations.mjs Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
package.json Replace remmel with mlem. (#149) 2023-06-02 09:22:25 -04:00
recommended-instances.json Update recommended-instances.json (#168) 2023-06-09 05:53:17 -04:00
tsconfig.json Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
update_submodules.sh Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
webpack.config.js Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
yarn.lock Replace remmel with mlem. (#149) 2023-06-02 09:22:25 -04:00

README.md

JoinLemmy-site

Requirements

  • Docker

Running

docker build . -t joinlemmy-site
docker run -p 3000:1234 joinlemmy-site

and goto http://localhost:3000