Go to file
renovate[bot] b6e0fdea72 chore(deps): update typescript-eslint monorepo to v8 2024-10-06 00:39:49 -04:00
.github Adding codeowners. (#310) 2024-04-08 13:15:44 +02:00
.husky Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
joinlemmy-translations@cdec211a96 Fixing broken translations. 2024-09-09 15:25:56 -04:00
lemmy-docs@ab9353f251 Updating submodules 2024-09-09 15:04:19 -04:00
lemmy-js-client@5b3c7ebcfa Updating submodules 2024-06-06 18:28:25 -04:00
lemmy-stats-crawler@ec65b0e65e Fixing broken translations. 2024-09-09 15:25:56 -04:00
lemmy-translations@61ca6bdfc1 Fixing broken translations. 2024-09-09 15:25:56 -04:00
src Add ActivityStream alias to main context (#365) 2024-10-02 14:35:04 +02:00
.babelrc Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.dockerignore New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
.eslintignore New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
.eslintrc.json Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
.gitignore Adding i18n support. Fixes #6 (#34) 2021-03-22 13:22:23 +00:00
.gitmodules Upgrade to lemmy js client 019 (#277) 2023-12-14 10:44:12 +01:00
.prettierignore Replace remmel with mlem. (#149) 2023-06-02 09:22:25 -04:00
.prettierrc.json Adding lemmyBB to apps. Fixes #125 (#132) 2023-02-23 03:14:43 +01:00
.woodpecker.yml chore(deps): update tmknom/prettier docker tag to v3.2.5 2024-10-05 15:23:20 -04:00
Dockerfile Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
LICENSE Mostly working. 2020-09-28 13:59:32 -05:00
README.md Add prettier ci (#163) 2023-06-08 22:09:25 +02:00
crawl.mjs Exclude instances with more than 30% of active users (#359) 2024-09-11 15:29:35 +02:00
deploy.sh Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
generate_rss_feed.mjs Generate RSS feed from markdown news (#282) 2023-12-18 17:24:33 -05:00
generate_translations.mjs Adding v0.18.1 release notes. (#212) 2023-07-07 16:03:15 +02:00
package.json chore(deps): update typescript-eslint monorepo to v8 2024-10-06 00:39:49 -04:00
pnpm-lock.yaml chore(deps): update typescript-eslint monorepo to v8 2024-10-06 00:39:49 -04:00
recommended-instances.json Exclude instances with more than 30% of active users (#359) 2024-09-11 15:29:35 +02:00
renovate.json Running renovate every weekend. (#362) 2024-09-30 22:15:00 -04:00
tailwind.config.js Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
tsconfig.json New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04:00
update_donations.mjs Fixing donation package. (#302) 2024-03-05 11:14:59 +01:00
update_submodules.sh Use specific lemmy js client version (#131) 2023-02-23 03:12:12 +01:00
webpack.config.js New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -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