Go to file
gazconroy 1a1ee6dc47 Added asynchronous responses to Join requests 2021-03-22 16:00:29 +00:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@73070de1ca Merge branch 'i18n' 2021-03-22 09:36:50 -04:00
lemmy-docs@322a2a730c Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
src Added asynchronous responses to Join requests 2021-03-22 16:00:29 +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 Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
.prettierrc.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
Dockerfile Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
README.md Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
deploy.sh Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
generate_translations.js Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
package.json Adding a few more translation templates. 2021-03-22 09:35:49 -04:00
tsconfig.json Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
webpack.config.js Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
yarn.lock Adding a few more translation templates. 2021-03-22 09:35:49 -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