No description
Find a file
2021-04-21 14:02:41 +02:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@46543dd742 Updating translations 2021-04-15 10:48:39 -04:00
lemmy-docs@1bb7a4ec1e Adding french to docs, and other languages 2021-04-12 12:08:48 -04:00
lemmy-translations@48d2ab06ba Updating translations 2021-04-15 10:48:39 -04:00
src Add check for unused languages in deploy.sh 2021-04-21 14:02:41 +02: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
deploy.sh Add check for unused languages in deploy.sh 2021-04-21 14:02:41 +02:00
Dockerfile Using correct docs language. Fixes #42 2021-03-31 15:23:58 -04:00
generate_translations.js Add a section thanking contributors. Fixes #27 2021-03-25 10:56:30 -04:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
package.json Using countries library instead. 2021-03-29 13:12:35 -04:00
README.md Inferno rewrite (#31) 2021-03-15 13:18:03 -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

JoinLemmy-site

Requirements

  • Docker

Running

docker build -t joinlemmy-site
docker run -p 3000:1234 joinlemmy-site

and goto http://localhost:3000