Go to file
Dessalines 70aa16d92e
Remove mastodon, link to /c/lemmy_support . Fixes #82 (#83)
2022-02-22 22:58:44 +00:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@ef6a2d42a0 Remove languages less than 70% completed, merge language lists (#78) 2022-02-18 14:32:23 -05:00
lemmy-docs@3625c7ccdd Updating submodules 2022-02-01 10:27:51 -05:00
lemmy-instance-stats@1e34dbbd96 Updating submodules 2022-02-01 10:27:51 -05:00
lemmy-js-client@fa04408c5a Require applications (#75) 2022-01-31 21:50:20 +00:00
lemmy-translations@00e4efbef6 Require applications (#75) 2022-01-31 21:50:20 +00:00
src Remove mastodon, link to /c/lemmy_support . Fixes #82 (#83) 2022-02-22 22:58:44 +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 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 dep in dockerfile. 2021-11-11 15:10:58 -05: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 Updating deploy script 2021-10-26 20:14:19 -04:00
generate_translations.js Autogen instance data (#54) 2021-07-03 20:07:56 -04:00
package.json Upgrading deps. (#72) 2022-01-28 23:05:33 +00: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 Add language selector on site (fixes #64) (#76) 2022-02-17 12:53:10 -05: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