Go to file
Elara Musayelyan c209c35733
Update go-lemmy URL (#244)
* Update go-lemmy URL

* Run prettier on apps.tsx
2023-09-27 13:36:41 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@1bc69869fd Change instance list buttons from "join" to "browse" (#202) 2023-06-29 22:40:33 +02:00
lemmy-docs@0dc13b4ea1 Change instance list buttons from "join" to "browse" (#202) 2023-06-29 22:40:33 +02:00
lemmy-js-client@4553c749cb Filter instances at crawl time (#206) 2023-06-29 22:59:38 +02:00
lemmy-stats-crawler@788a3dd6e0 Filter instances at crawl time (#206) 2023-06-29 22:59:38 +02:00
lemmy-translations@5a9d44656e Filter instances at crawl time (#206) 2023-06-29 22:59:38 +02:00
src Update go-lemmy URL (#244) 2023-09-27 13:36:41 -04:00
.babelrc Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.dockerignore Upgrading deps. (#205) 2023-06-29 16:20:08 +02: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 Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
Dockerfile Upgrading deps. (#205) 2023-06-29 16:20:08 +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 Use jq to filter instance list and avoid js crashes (fixes #216) (#217) 2023-07-11 08:13:03 -04:00
deploy.sh separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
generate_translations.mjs Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
package.json Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
recommended-instances.json Add lemmings.world to recommended instances (#245) 2023-09-27 10:50:08 -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 Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
yarn.lock Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02: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