Go to file
Dessalines 8d3626b108 Updating submodules 2021-10-26 20:11:58 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@a97cc0cadc Updating submodules 2021-10-26 20:11:58 -04:00
lemmy-docs@06a3da7d42 Fix docs extra fetches (#66) 2021-10-26 11:30:57 +00:00
lemmy-instance-stats@0b136bed63 Updating submodules 2021-10-26 20:11:58 -04:00
lemmy-js-client@52b456827d Fix docs extra fetches (#66) 2021-10-26 11:30:57 +00:00
lemmy-translations@d9d939f038 Updating submodules 2021-10-26 20:11:58 -04:00
src Remove sponsor 2021-10-06 16:23:38 -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 Only push latest. 2021-03-15 15:20:58 -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 typedoc instead of async api. (#58) 2021-08-23 10:58:01 -04:00
.prettierrc.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
Dockerfile Fix docs extra fetches (#66) 2021-10-26 11:30:57 +00: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
deploy.sh Trying to fix docker deploy. #49 2021-05-14 11:18:17 -04:00
generate_translations.js Autogen instance data (#54) 2021-07-03 20:07:56 -04:00
package.json Autogen instance data (#54) 2021-07-03 20:07:56 -04: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 Autogen instance data (#54) 2021-07-03 20:07:56 -04: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