Go to file
Nutomic 30b847062c
Add releases (#89)
* Add previous releases as news

* Change news item urls to /news, replace space with underscore
2022-03-07 20:13:02 +00:00
.husky Inferno rewrite (#31) 2021-03-15 13:18:03 -04:00
joinlemmy-translations@18f11f4ed0 Adding a news section. Fixes #80 (#85) 2022-03-07 15:44:45 +00:00
lemmy-docs@2a1bd5f957 Updating submodules 2022-02-22 18:09:53 -05:00
lemmy-instance-stats@68b8ee9e01 Updating submodules 2022-02-24 19:39:09 +01:00
lemmy-js-client@1b31b8ffd2 Updating submodules 2022-02-24 19:39:09 +01:00
lemmy-translations@b9dcb5ebfa Updating submodules 2022-02-24 19:39:09 +01:00
src Add releases (#89) 2022-03-07 20:13:02 +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 Adding a news section. Fixes #80 (#85) 2022-03-07 15:44:45 +00: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.mjs Adding a news section. Fixes #80 (#85) 2022-03-07 15:44:45 +00:00
package.json Adding a news section. Fixes #80 (#85) 2022-03-07 15:44:45 +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 Adding a news section. Fixes #80 (#85) 2022-03-07 15:44:45 +00: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