Go to file
Nutomic 50ecfd36f4
Fix docker build by downgrading Rust version (#119)
2022-10-04 16:29:58 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@7d7266c0ed 0.16.7 release (#115) 2022-09-14 17:47:24 +02:00
lemmy-docs@95565e57b6 0.16.7 release (#115) 2022-09-14 17:47:24 +02:00
lemmy-js-client@ca66e1b8ba 0.16.7 release (#115) 2022-09-14 17:47:24 +02:00
lemmy-stats-crawler@d11febc7e8 Use drone cron for automatic crawl and build (#104) 2022-05-23 15:12:06 -04:00
lemmy-translations@a099f9f02d 0.16.7 release (#115) 2022-09-14 17:47:24 +02:00
src Crawl instance statistics 2022-09-14 12:10:03 -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
.drone.yml Fix nightly builds (#113) 2022-07-22 07:02:38 -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 drone cron for automatic crawl and build (#104) 2022-05-23 15:12:06 -04:00
.prettierrc.js Inferno rewrite (#31) 2021-03-15 13:18:03 -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 Use drone cron for automatic crawl and build (#104) 2022-05-23 15:12:06 -04: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 Exclude nrsk.no from instance list (#118) 2022-09-27 12:18:35 -04:00
tsconfig.json Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
update_submodules.sh 0.16.7 release (#115) 2022-09-14 17:47:24 +02: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