Go to file
Nutomic 24e59a039a
Note that 0.18 doesnt have breaking changes (#199)
2023-06-23 10:07:50 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@e010e8230d Updating submodules 2023-06-23 08:06:32 -04:00
lemmy-docs@14eef8c998 Updating submodules 2023-06-23 08:06:32 -04:00
lemmy-js-client@4553c749cb Upgrading lemmy-js-client to use the new docs. (#195) 2023-06-22 16:39:48 +02:00
lemmy-stats-crawler@ed6a393329 Remove docs translations (#194) 2023-06-21 13:13:54 +02:00
lemmy-translations@a241fe1255 Remove docs translations (#194) 2023-06-21 13:13:54 +02:00
src Note that 0.18 doesnt have breaking changes (#199) 2023-06-23 10:07:50 -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 Upgrading lemmy-js-client to use the new docs. (#195) 2023-06-22 16:39:48 +02: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 Upgrading lemmy-js-client to use the new docs. (#195) 2023-06-22 16:39:48 +02: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 chore: add reddthat.com to recommended instances (#193) 2023-06-21 11:12:26 +02: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