No description
Find a file
2024-04-02 18:19:47 -04: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 Removing cardano, this was never used. 2024-04-02 18:19:47 -04:00
.babelrc
.dockerignore
.eslintignore
.eslintrc.json
.gitignore
.gitmodules Upgrade to lemmy js client 019 (#277) 2023-12-14 10:44:12 +01:00
.prettierignore
.prettierrc.json
.woodpecker.yml Fixing woodpecker. (#307) 2024-03-27 15:23:12 +01:00
crawl.mjs
deploy.sh Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
Dockerfile 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
LICENSE
package.json Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
pnpm-lock.yaml Moving from yarn to pnpm. (#297) 2024-01-29 11:38:14 +01:00
README.md
recommended-instances.json Exclude test.hexbear.net from crawler. (#290) 2024-01-04 16:51:08 +01: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