No description
Find a file
2024-10-14 19:05:12 -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 Fixing eslint. 2024-10-14 19:05:12 -04:00
.babelrc
.dockerignore
.gitignore
.gitmodules
.prettierignore
.prettierrc.json
.woodpecker.yml chore(deps): update tmknom/prettier docker tag to v3.2.5 2024-10-05 15:23:20 -04: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
Dockerfile Fixing eslint. 2024-10-14 19:05:12 -04:00
eslint.config.mjs Fixing eslint. 2024-10-14 19:05:12 -04:00
generate_rss_feed.mjs Generate RSS feed from markdown news (#282) 2023-12-18 17:24:33 -05:00
generate_translations.mjs
LICENSE
package.json Fixing eslint. 2024-10-14 19:05:12 -04:00
pnpm-lock.yaml Fixing eslint. 2024-10-14 19:05:12 -04:00
README.md
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
update_donations.mjs Fixing donation package. (#302) 2024-03-05 11:14:59 +01:00
update_submodules.sh
webpack.config.js

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000