Go to file
Nutomic 4b3ec482ab
Replace jeremmy with sopuli as recommended instance (#147)
jeremmy is down
2023-05-02 15:54:03 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@2647487cd6 Updating submodules 2023-04-25 23:10:45 -04:00
lemmy-docs@3615999c95 Updating submodules 2023-04-25 23:10:45 -04: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@007e536837 Updating submodules 2023-04-25 23:16:13 -04:00
src Move about page to documentation (#145) 2023-04-25 16:40:09 -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 older git clone for woodpecker (#144) 2023-04-24 20:00:52 -04: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 Trying to fix docker deploy. #49 2021-05-14 11:18:17 -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
generate_translations.mjs separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
package.json separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
recommended-instances.json Replace jeremmy with sopuli as recommended instance (#147) 2023-05-02 15:54:03 -04: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

README.md

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000