Go to file
SleeplessOne1917 4962694d87
Merge pull request #324 from LemmyNet/renovate/eslint-monorepo
chore(deps): update dependency eslint to v8.57.0
2024-05-15 15:25:28 +00: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@99c926712f Add third party tools (#301) 2024-03-01 10:22:48 +01:00
lemmy-docs@2c5c2053bb Add third party tools (#301) 2024-03-01 10:22:48 +01:00
lemmy-js-client@6d5b48705f Release 0.19.2 (#291) 2024-01-10 14:09:59 -05:00
lemmy-stats-crawler@19574daec3 Release 0.19.2 (#291) 2024-01-10 14:09:59 -05:00
lemmy-translations@207da6e181 Add third party tools (#301) 2024-03-01 10:22:48 +01:00
src Adding donation link for Mlem. (#312) 2024-04-22 15:01:19 -04: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 Fixing woodpecker. (#307) 2024-03-27 15:23:12 +01: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 New tailwind-based joinlemmy-site (#243) 2023-10-31 09:31:03 -04: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 dependency webpack-dev-server to v4.15.2 2024-05-15 14:41:58 +00:00
pnpm-lock.yaml Merge pull request #324 from LemmyNet/renovate/eslint-monorepo 2024-05-15 15:25:28 +00:00
recommended-instances.json Exclude test.hexbear.net from crawler. (#290) 2024-01-04 16:51:08 +01:00
renovate.json chore: Configure Renovate (#313) 2024-05-15 10:09:45 -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