Go to file
Dessalines 625b5a5139 Updating translations 2021-06-14 18:19:45 -04:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@ebe8ea2849 Updating joinlemmy-translations. 2021-06-14 18:16:15 -04:00
lemmy-docs@95031c483d Updating docs 2021-05-14 00:24:07 +02:00
lemmy-translations@9e3dfebe14 Updating translations 2021-06-14 18:19:45 -04:00
src Change join.lemmy.ml to join-lemmy.org (#52) 2021-06-13 18:26:42 +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 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 Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
.gitignore Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
.gitmodules Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
.prettierrc.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
Dockerfile Trying to fix docker deploy. #49 2021-05-14 11:18:17 -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
deploy.sh Trying to fix docker deploy. #49 2021-05-14 11:18:17 -04:00
generate_translations.js Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
package.json Using countries library instead. 2021-03-29 13:12:35 -04:00
tsconfig.json Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
update_translations.sh Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
webpack.config.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
yarn.lock Using countries library instead. 2021-03-29 13:12:35 -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