No description
Find a file
2023-04-18 22:37:57 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@aa09e4f7ea Update submodules 2023-04-17 21:52:34 +02:00
lemmy-docs@2e8280bb82 Update submodules 2023-04-17 21:52:34 +02:00
lemmy-js-client@2eac19b2a2 Updating submodules 2023-03-03 08:37:03 -05:00
lemmy-stats-crawler@4011a9857e Update crawler 2023-03-25 23:17:31 +01:00
lemmy-translations@f763adca87 Update submodules 2023-04-17 21:52:34 +02:00
src Show Esperanto translation (#140) 2023-04-12 21:41:40 -04:00
.babelrc Inferno rewrite (#31) 2021-03-15 13:18:03 -04: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 Clean up sponsors (#61) 2021-09-08 17:19:27 -04: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
.prettierrc.json Adding lemmyBB to apps. Fixes #125 (#132) 2023-02-23 03:14:43 +01:00
.woodpecker.yml Use woodpecker git plugin including remote submodule update (#142) 2023-04-18 22:37:57 -04:00
crawl.mjs Update crawler 2023-03-25 23:17:31 +01:00
deploy.sh separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
Dockerfile Fix docker build by downgrading Rust version (#119) 2022-10-04 16:29:58 -04:00
generate_translations.mjs separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
package.json separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
README.md Trying to fix docker deploy. #49 2021-05-14 11:18:17 -04:00
recommended-instances.json Replace sopuli instance recommendation with jeremmy 2022-10-24 21:08:17 +00:00
tsconfig.json Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
update_submodules.sh Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
webpack.config.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
yarn.lock Adding a news section. Fixes #80 (#85) 2022-03-07 15:44:45 +00:00

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000