Go to file
Felix Ableitner 85eb4e4ce5 Updating submodules 2022-05-16 20:51:13 +02:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@bc3cd9db4c Updating submodules 2022-05-16 20:51:13 +02:00
lemmy-docs@70e433a9f9 Updating submodules 2022-05-16 20:51:13 +02:00
lemmy-js-client@dd615bf484 Updating submodules 2022-05-16 20:51:13 +02:00
lemmy-translations@1cbac3a152 Updating submodules 2022-05-16 20:51:13 +02:00
src Merge pull request #102 from LemmyNet/instance-recommendations-per-lang 2022-05-16 11:58:33 +00: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
.drone.yml Add recommended instances (#97) 2022-04-08 10:16:47 +00: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 Add separate instance recommendations for each language 2022-04-28 15:46:13 +02:00
.prettierrc.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
Dockerfile 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
README.md Trying to fix docker deploy. #49 2021-05-14 11:18:17 -04:00
crawl.mjs separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02: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 separate yarn command for crawl, fix docker build 2022-05-03 14:26:32 +02:00
tsconfig.json Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
update_submodules.sh Use typedoc instead of async api. (#58) 2021-08-23 10:58:01 -04: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