Go to file
Felix Ableitner 30a0f4bdc3 Updating translations 2021-03-31 16:02:49 +02:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@0c51e0de8f Updating translations 2021-03-31 16:02:49 +02:00
lemmy-docs@cb466f85c2 Updating docs 2021-03-31 16:02:22 +02:00
src Rename join to instances. Fixes #35 2021-03-24 20:07:48 -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 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 Fixing docker build. 2021-03-23 12:37:49 -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