You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dessalines d52c6cf29d
Adding donation link for Mlem. (#312)
1 week ago
.github Adding codeowners. (#310) 3 weeks ago
.husky Moving from yarn to pnpm. (#297) 3 months ago
joinlemmy-translations@99c926712f Add third party tools (#301) 2 months ago
lemmy-docs@2c5c2053bb Add third party tools (#301) 2 months ago
lemmy-js-client@6d5b48705f Release 0.19.2 (#291) 4 months ago
lemmy-stats-crawler@19574daec3 Release 0.19.2 (#291) 4 months ago
lemmy-translations@207da6e181 Add third party tools (#301) 2 months ago
src Adding donation link for Mlem. (#312) 1 week ago
.babelrc Add prettier ci (#163) 11 months ago
.dockerignore New tailwind-based joinlemmy-site (#243) 6 months ago
.eslintignore New tailwind-based joinlemmy-site (#243) 6 months ago
.eslintrc.json Add prettier ci (#163) 11 months ago
.gitignore Adding i18n support. Fixes #6 (#34) 3 years ago
.gitmodules Upgrade to lemmy js client 019 (#277) 5 months ago
.prettierignore Replace remmel with mlem. (#149) 11 months ago
.prettierrc.json Adding lemmyBB to apps. Fixes #125 (#132) 1 year ago
.woodpecker.yml Fixing woodpecker. (#307) 1 month ago
Dockerfile Moving from yarn to pnpm. (#297) 3 months ago
LICENSE Mostly working. 4 years ago
README.md Add prettier ci (#163) 11 months ago
crawl.mjs New tailwind-based joinlemmy-site (#243) 6 months ago
deploy.sh Moving from yarn to pnpm. (#297) 3 months ago
generate_rss_feed.mjs Generate RSS feed from markdown news (#282) 4 months ago
generate_translations.mjs Adding v0.18.1 release notes. (#212) 10 months ago
package.json Use corepack in package.json. 1 week ago
pnpm-lock.yaml Use corepack in package.json. 1 week ago
recommended-instances.json Exclude test.hexbear.net from crawler. (#290) 4 months ago
tailwind.config.js Moving from yarn to pnpm. (#297) 3 months ago
tsconfig.json New tailwind-based joinlemmy-site (#243) 6 months ago
update_donations.mjs Fixing donation package. (#302) 2 months ago
update_submodules.sh Use specific lemmy js client version (#131) 1 year ago
webpack.config.js New tailwind-based joinlemmy-site (#243) 6 months ago

README.md

JoinLemmy-site

Requirements

  • Docker

Running

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

and goto http://localhost:3000